The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|