The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Display image for group and additional members
I have the following code to display and image for users assigned to group 15.
Code:
<if condition="$post['usergroupid'] == 15"><img alt="Uber Member" width="116" height="15" src="http://www.idevgames.com/forum/themes/uber.gif" /></if> Thanks |
#2
|
|||
|
|||
than you must do it with is_member_of
<if condition="is_member_of($bbuserinfo, 15)"> check bouth </if> but this makes an extraquery! |
#3
|
|||
|
|||
Thanks for your quick reply ragtek. I tried your snippet, but it didn't work.
|
#4
|
|||
|
|||
Well, where are you entering in this snippet?
|
#5
|
|||
|
|||
I'm using postbit_legacy.
I've placed it just below: Code:
<if condition="$show['reputation']"><if condition="$show['reppower']"><div><span id="reppower_$post[postid]_$post[userid]">$vbphrase[reppower]</span>: $post[reppower]</div></strong></if></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|