View Full Version : Navbar - Show/Hide Item
legionofangels
04-23-2008, 05:27 PM
We have put our premium member stuff in our nav bar in a drop down menu, and I'd rather people that don't have access to certain areas, not even see them, since that seems unprofessional to me.
So what is the hide code for hiding a link on the navbar or in a drop down menu?
Farcaster
04-23-2008, 06:26 PM
You would use a template conditional. If your premium group was group 10, then it would look something like this:
<if condition="is_member_of($bbuserinfo,10)">navbar code here</if>
legionofangels
04-23-2008, 06:36 PM
You would use a template conditional. If your premium group was group 10, then it would look something like this:
<if condition="is_member_of($bbuserinfo,10)">navbar code here</if>
Thank you, you rule guvnah!
How would you do it to show groups 10 AND 4?
GameWizard
04-28-2008, 10:56 PM
<if condition="is_member_of($bbuserinfo, 10, 4)">
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.