The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
"Find more posts from this user" only available for Mods?
Hey,
Is there a way to show a link/button in the Postbit template "Find more posts from this user" for Moderators only ? So that Mods can easily find more posts from a user, but regular members don't have access to this feature? Any help would be greatly appreciated! Anyone ? |
#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 | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|