The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Making a quick link option available to certain usergroup only...
Hi all,
I would like to know how to make a certain quick link item available only to a certain usergroup... which part of the code would I need to amend, and is this even possible? Thanks! |
#2
|
||||
|
||||
At the bottom of the navbar template, you'll find the code for the popup. Simply wrap the link in this conditional.
Code:
<if condition="is_member_of($vbulletin->userinfo, X)"> |
#3
|
|||
|
|||
Thank you!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|