The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide calendar and FAQ from guests
Is there a plugin for this or does anyone currently have an easy way to do it?
Cheers |
#2
|
|||
|
|||
Find the links in the navbar template and enclose them in conditionals
HTML Code:
<vb:if condition="$show['member']"> <li> SOME LINK </li> </vb:if> HTML Code:
<vb:if condition=" blah blah blah AND $show['member']"> <li> SOME LINK </li> </vb:if> |
#3
|
|||
|
|||
Thanks for that you're a star
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|