Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Under Construction or On/Off Solution [RESOLVED]
lawfreaks
New
Hello World,
I'm just wondering how is possible to disable for everyone the access to the vanilla platform. I don't have too many hours to work on my project, so until I finishing the setup I need to hide what going on my domain.
Any ideas how to achieve this need?
0
Comments
https://open.vanillaforums.com/discussion/comment/211235/#Comment_211235
add to config.php
$Configuration['Garden']['UpdateMode'] = TRUE;
https://docs.vanillaforums.com/developer/configuration/#shorthand-references
or maintenance plugins
https://open.vanillaforums.com/addon/maintenancemode-plugin
https://open.vanillaforums.com/addon/maintenance-plugin
https://open.vanillaforums.com/addon/adminmode-plugin
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
I used this: https://open.vanillaforums.com/addon/maintenance-plugin
Thanks!