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 |
#2
|
||||
|
||||
your conditional is wrong probably, use this instead
Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"></if> |
#3
|
|||
|
|||
Quote:
ehm... I explain the single component of usergroup must have the owner group image.. for example if a user is in user group "13" must have ( under the nickname ) the relative group image... ( in the postbit I have done without problem... ) but in memberlist_resultsbit.... --------------- Added [DATE]1211193917[/DATE] at [TIME]1211193917[/TIME] --------------- ...no solution about? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|