The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey
If a member is part of an additional usergroup, I would like to display a small image in the postbit underneath the reputation count. How could I do this? I know the basics of template editing, but if statements confuse me somewhat Thankyou! |
#2
|
|||
|
|||
![]()
Think this is what you need: https://vborg.vbsupport.ru/showpost....09&postcount=4
|
#3
|
|||
|
|||
![]()
I tried
Code:
<if condition="is_member_of($bbuserinfo, 93)"><img src="http://habbos.net/imagehosting/2654560b9444efbb.gif" alt="Duck Clan Supporter" /></if> <if condition="is_member_of($bbuserinfo, 90)"><img src="http://habbos.net/imagehosting/2654560b9445b1c0.gif" alt="Pink Clan Supporter" /></if> <if condition="is_member_of($bbuserinfo, 92)"><img src="http://habbos.net/imagehosting/2654560b9446016c.gif" alt="Purple Clan Supporter" /></if> <if condition="is_member_of($bbuserinfo, 91)"><img src="http://habbos.net/imagehosting/2654560b94464f9e.gif" alt="Red Clan Supporter" /></if> ![]() It worked when I replaced bbuserinfo with post.. my bad! |
#4
|
|||
|
|||
![]()
Try something like:
<if condition="$bbuserinfo['usergroupid'] == '7'"> <img code></img> </if> Replace 7 with the usergroup number you want to check for. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|