Abe, i just tried to install this mod onto Beta 5 and i saw your instructions:
Quote:
Open file global.php
Find:
--------------------------------------------------------------------
if (!empty($db->explain))
--------------------------------------------------------------------
Place BEFORE:
--------------------------------------------------------------------
($hook = vBulletinHook::fetch_hook('global_setup_complete') ) ? eval($hook) : false;
--------------------------------------------------------------------
Save file.
Open file includes/xml/hooks_vbulletin.xml
Find:
--------------------------------------------------------------------
<hook>global_start</hook>
--------------------------------------------------------------------
Place AFTER:
--------------------------------------------------------------------
<hook>global_setup_complete</hook>
--------------------------------------------------------------------
|
i checked these files, and i saw that these lines are already in these files ...