Quote:
Originally Posted by michaelsilvia
Always fun getting ignored. 
|
Sorry, it wasn't on purpose.
Quote:
Originally Posted by michaelsilvia
Installed it again, but nothing shows up.
http://www.sportscardforum.com
I searched and found:
$template_hook[navbar_buttons_left]
In my navigation bar. I checked and it is turned on. Any idea?
|
If you're running vB 3.6.8 and import/overwrite the product with version 1.0.7 it should show up by default.
It looks like you have some other mods that quite possibly use the same template hook $template_hook[navbar_buttons_left] probably one of those is overwriting the contents of the template hook instead of adding to it.
I looked at your source code and the hidden menu is actually there, just the link that is attached to the navbar is missing.
Try one of these options:
1. Fix the offending mod(s).
2. Try putting the forumjump menu on the right side of your navbar (in the options)
3. Try manually adding the $forumjumpmenu and $forumjumphidden variables to your templates
4. Change the execution order of the plugins that muck with the $template_hook[navbar_buttons_left] variable and put the forumjump menu plugin last (give it a high execution number), so that if another plugin is overwriting the variable, the forumjump will be added last.