Quote:
Originally Posted by MelissaJ
I'm looking into adding something similar to troll and a semi-banned categories as well. I tried modifying the code around to see if it'd work with both, but all I got was the avatar to show up three seperate times. Any idea on what tweaks to the codes here will work for that?
|
Postbit:
Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="<if condition="$post[usergroupid]==9">images/avatars/banned.gif"<else />$post[avatarurl]" $post[avwidth] $post[avheight]</if> alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
Change "9" to your usergroup ID for the banned avatar.
Stupid Monkey.