PDA

View Full Version : User Groups / Nav Bar Menu


Feckie (Roger)
10-23-2005, 05:23 PM
How do I make a pop up menu so that only certain user groups can see it in the Nav Bar

peterska2
10-23-2005, 09:12 PM
use <if condition="$bbuserinfo[usergroupid]==x">Pop Up bit on navbar</if> where x is the usergroup id number of the usergroup that you want to be able to see the menu.

Cyricx
10-24-2005, 11:55 AM
If you use secondary usergroups use this


<if condition="is_member_of($bbuserinfo, 36)">pop up bit on navbar</if>

Feckie (Roger)
10-24-2005, 03:39 PM
Thanks Just What I needed................ :banana: