The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I want to show one link in navbar to one user group?
Hi guys, i have added one user group userid=9, i want to add one link to navbar which only this user group can see the link. How can i do this?
|
#2
|
||||
|
||||
In your navbar template add the following code:
Code:
<if condition="is_member_of($bbuserinfo, 1)"> your link code here... </if> |
#3
|
|||
|
|||
Thank you verry much, i've done
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|