The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Display based on usergroup?
Hi, everybody!
Is there a way to display text only when a user belongs to a certain usergroup? What about a certain number of posts? Thanks as always! Rory |
#2
|
||||
|
||||
Code:
<if condition="is_member_of($vbulletin->userinfo, x)">this text is only shown to users in primary/secondary group X</if> Code:
<if condition="$vbulletin->userinfo['posts'] > 50">this text is only shown to users with more than 50 posts</if> |
#3
|
||||
|
||||
Sweet! Thanks, SA!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|