The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Specific images in memberlist.
Hi everybody,
I need help... My problem is: insert in memberlist an image that is different for usergroup. I try to use this code without result: Code:
<if condition="is_member_of($userinfo[usergroupid], 16)"> <div><img src="/images/icons/abc.gif" border="0" alt="" /></a></div> </if> <if condition="is_member_of($userinfo[usergroupid], 13)"> <div><img src="/images/icons/def.gif" border="0" alt="" /></a></div> </if> Code:
<if condition="is_member_of($post, 16)"> <div><img src="/images/icons/abc.gif" border="0" alt="" /></a></div> </if> <if condition="is_member_of($post, 13)"> <div><img src="/images/icons/def.gif" border="0" alt="" /></a></div> </if> PS: vBulletin v 3.6.10 TIA |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|