NOTE TO ALL USERS WHO vB version < 3.6.6
This hack uses a hook that was not put into vB until version 3.6.6. You can follow the following steps to get this hack working on your forum.
Open file global.php
Find:
PHP Code:
if (!empty($db->explain))
Place BEFORE:
PHP Code:
($hook = vBulletinHook::fetch_hook('global_setup_complete')) ? eval($hook) : false;
Save file.
Open file includes/xml/hooks_vbulletin.xml
Find:
PHP Code:
<hook>global_start</hook>
Place BEFORE:
PHP Code:
<hook>global_setup_complete</hook>
Save file.
Re-install the xml product file for this hack.