View Full Version : I want to show one link in navbar to one user group?
aycan555
08-05-2006, 03:59 AM
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?
Freesteyelz
08-05-2006, 04:05 AM
In your navbar template add the following code:
<if condition="is_member_of($bbuserinfo, 1)">
your link code here...
</if>
Change the "1" to the Usergroup ID # (which I think you specified as 9). If you want to add more Usergroups just add a comma following the Usergroup ID # (, 2, 3, 4) and so forth.
aycan555
08-05-2006, 04:35 AM
Thank you verry much, i've done ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.