The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
User Groups / Nav Bar Menu
How do I make a pop up menu so that only certain user groups can see it in the Nav Bar
|
#2
|
|||
|
|||
use
Code:
<if condition="$bbuserinfo[usergroupid]==x">Pop Up bit on navbar</if> |
#3
|
|||
|
|||
If you use secondary usergroups use this
Code:
<if condition="is_member_of($bbuserinfo, 36)">pop up bit on navbar</if> |
#4
|
||||
|
||||
Thanks Just What I needed................ :banana:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|