PDA

View Full Version : how to make navbar blank for guests


JBNY
Fri 7th Mar '08, 4:32pm
I am setting up a closed board. Right now when an unregistered user accesses the board they see 4 items on the navbar: Forum, FAQ, Members List, and Calendar. Is there a way to make it so that they see none of them?

I tried modify the navbar template to wrap those sections in a <if condition="$show['member']">

</if>
tag but that did nothing.

Jose Amaral Rego
Fri 7th Mar '08, 9:59pm
That does work if you apply it to an unmodified vBulletin style. I have tested and you can hide all links and just leave 'Register' link by itself. If you did not create that style, then you have to inquire from the author in how to apply this condition to navbar template code.

JBNY
Sat 8th Mar '08, 1:37am
hmm I'm not sure why it didn't work for me. I am moding the code on a fresh install.