Quote:
Originally Posted by Scanu
Go in plugin manager search for Guest warn plugins and edit the "Code including" one
Replace
PHP Code:
if ($vbulletin->options['guest_warn_active'] && $show['guest'] && !in_array(THIS_SCRIPT, array('register'))) {
With this
PHP Code:
if ($vbulletin->options['guest_warn_active'] && $show['guest'] && !in_array(THIS_SCRIPT, array('register','blog'))) {
It should work, let me know! 
|
After some more thought I would like this to just be on the CMS. How?
I tried adding forum to the array but it didn't work?
Request: select pages to display
How to only have it on the CMS?