The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
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? |
#2
|
|||
|
|||
![]()
You would use a template conditional. If your premium group was group 10, then it would look something like this:
PHP Code:
|
#3
|
||||
|
||||
![]()
Thank you, you rule guvnah!
|
#4
|
|||
|
|||
![]()
How would you do it to show groups 10 AND 4?
|
#5
|
||||
|
||||
![]()
<if condition="is_member_of($bbuserinfo, 10, 4)">
|
#6
|
|||
|
|||
![]()
Thank you
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|