Quote:
Originally Posted by ragtek
Not if you make this:
PHP Code:
if (THIS_SCRIPT == 'yourscript)
{
$vbulletin->options['bbactive'] = true;
$vbulletin->options['banning'] = false;
$servertoobusy = 0;
$vbulletin->userinfo['permissions']['forumpermissions'] |= $vbulletin->bf_ugp_forumpermissions['canview'];
}
|
I finally got around to testing this out. My custom page works fine when the forums are turned on, but I want it to also be displayed when the forums are turned off. I tried adding the code above, but no luck yet. I still get the standard 'Forums are closed' page.
Any ideas on how to make this work while the forums are turned off?
Thanks,
James