The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have added an item on nav bar as shown in picture [yellow one].. how can i hide it from guest ... only registered members can see this ..
|
|
#2
|
|||
|
|||
|
vb version?
|
|
#3
|
|||
|
|||
|
I am using version 3.8.7
|
|
#4
|
|||
|
|||
|
If it was vb4 then you could of used the plugin in my sig it would do that for you but for your version not sure if there is a plugin out there for that you could search
|
|
#5
|
||||
|
||||
|
I just usually use:
Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="link.php">Downloads</a></td> </if> If its a different style like a header nav, just add: Code:
<if condition="$show['member']"> YOUR NAV CODE </if> |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|