The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
display image in post bit for usergroup
I'd like to display and show to all users that a certain user is in a usergroup. Searching around in this forum has turned up this code to accomplish this:
HTML Code:
<if condition="is_member_of($post, 25)"><a href="http://lockoutgaming.net/showthread.php?t=3984"><img src="images/misc/premiummember.png" width="170" height="28" border="0"></a></if> EDIT: Nevermind, the path to the image was incorrect. I feel stupid now.. |
#2
|
||||
|
||||
try this conditional instead
Code:
<if condition="is_member_of($vbulletin->userinfo, 25)"></if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|