The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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:
|
![]() |
|
|