Quote:
Originally Posted by nelto
Care to explain this a bit more detailed?
Thank you.
|
I'll try.
The part that is supposed to go into the phpinclude_start template is:
PHP Code:
$donavjump = true;
construct_forum_jump();
$navjump = $forumjump;
unset($donavjump, $forumjump, $jumpforumbits, $optionselected, $usecategories, $jumpforumid, $jumpforumtitle, $curforumid, $daysprune, $defaultselected);
so you take that part and make a new plugin
AdminCP>PluginSystem>Plugin Manager
hit link at bottom of page to add new plugin
Leave product as vBulletin
hook location is global_start
give it a title you can remember, like forum menu
then put all the above code in the code box. the rest of the mod you do just like the rest of the instructions.
This change is necessary because the new plugin system in 3.5.x has removed the php_include templates.
Hope that helps