Quote:
Originally Posted by Zoints
Known bugs
1. If a user disables cookies, infinite redirect loop.
|
I have a fix for this :-)
Create a new plugin for "vBulletin" (Maybe also for Zoints SEO, dont know, havent tested).
Hook: global_start
title: doesnt matter
Order: 1 (important!)
PHP-Code:
Code:
if(!$show['search_engine'] && $vbulletin->superglobal_size['_COOKIE'] == 0)
$vbulletin->options['zointsseo_on'] = false;
You can test if you want:
www.rellek.org
Search-Bots should not be affected from this little hack
Thanks for this great addon, by the way :-)
Greets