Quote:
Originally Posted by ForceHSS
From this
Code:
if ($vbulletin->options['guest_warn_active'] && !$show['search_engine'] && $show['guest'] && !in_array(THIS_SCRIPT, array('register','login'))) {
to this
Code:
if ($vbulletin->options['guest_warn_active'] && $show['guest'] && !in_array(THIS_SCRIPT, array('register','login'))) {
am not sure so if a good coder can check it
|
What are you trying to do? If you remove !$show['search_engine'] guest warn is shown to spiders too! Guest Warn 3 won't show the message to spiders