The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Here's part of it.
In the place in postbit (or postbit_legacy if you use that) where you'd like the link to display, here's how you'd limit the display to your moderators (i.e. usergroups 5, 6, and 7): Code:
<if condition="is_member_of($bbuserinfo, 5, 6, 7)"> <!-- code for the link goes here --> </if> 5 - Super Moderators 6 - Administrators 7 - Moderators |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|