The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
show special nav bar to certin groups
I have special templates that i want to ad to the nave bar but i only want certin groups to see them. can this be done? I have no problem adding a second nav bar to the site.
|
#2
|
||||
|
||||
<if condition="$bbuserinfo[usergroupid] == X"> $templatevar </if>
|
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
Quote:
|
#5
|
||||
|
||||
X must be replace with the usergroupid.
If you want to check for several groups HTML Code:
<if condition="is_member_of($bbuserinfo, x) or is_member_of($bbuserinfo, y) or is_member_of($bbuserinfo, z)"> your stuff here </if> You can also specify which groups are allowed to access radio.php (put this right after require global): PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|