Quote:
Originally Posted by Smoothie
couldn't get this to work. I've made the edits, import the product and added the link. All I get is "Forum Jump" in header, but it does not show the forum jump menu, all it does is link to forumdisplay.
|
Ignore this and install version 1.0.4 
Make one last change and it should work. I just realized you said all your links are in your header, and you're not using the navbar template. In the plugin code, find
Code:
$vbulletin->templatecache['navbar']
And replace it with
Code:
$vbulletin->templatecache['header']
Also, make sure that you have added $template_hook[navbar_buttons_left] in your header where you want the menu to appear.