Quote:
Originally Posted by Analogpoint
It looks like you've got the menu only showing to logged in users.. so, try this:
PHP Code:
$forumjumpmenu <if condition="$vboptions[navbar_forumjump_enable] && $show[popups] && ($vboptions[navbar_forumjump_showusersonly] && $bbuserinfo[userid])"> | </if>
That should do the trick.
|
:up: Perfect, thank you! But if I change it to show menu to everyone, the bar disappears. Anyway to get it to show when needed and not show when not needed, no matter which Navbar Forumjump Options I use?
I tried the first code you posted, but that did not work either.