The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CP Nav Permisions
Hello there,
I'm adding a few things to the cp and I would like to add so that the user group 'staff' can see it how do I go about doing this? Any help would be great. Carl |
#2
|
|||
|
|||
You can simply wrap the code in this conditional.
'XX' being the Usergroup ID. HTML Code:
<if condition="is_member_of($bbuserinfo, XX)"> Code here, etc </if> |
#3
|
|||
|
|||
Thanks alot da430.
Hey just tried it in the cpnav_vbulletin.xml but it never worked.. Code:
<if condition="is_member_of($bbuserinfo, 10)">test</if> |
#4
|
|||
|
|||
Can any one help me with this and what I need to do please?
BTW this is for the side menu so if I added an extra menu how do I show it to one group Carl |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|