Quote:
Originally Posted by gnrx
Hi!
Its possible configure this mod for when forum is closed for server overload (configured for closed to unregistred visitants) appears a link for register?
Thanks and regards!
|
If you go into 'VSa - Server Overload Permissions' plugin and surround the PHP code with this if statement.
PHP Code:
if($_SERVER["SCRIPT_NAME"] != '/register.php')
{
//rest of the plug in code goes in here
}
Users will still be able to register while the forum is closed for guests :up: