Im trying to get my infractions to look like this:
http://forum.parttimepoker.com/appea...ppeal-dns.html
Basically whenever someone is given an infraction, it adds an avatar to the postbit.
I see that user ranks controls pictures but it only works for post numbers, is there a way of changing this so it works on the usergroups instead?
Thanks
Matt
--------------- Added [DATE]1364814776[/DATE] at [TIME]1364814776[/TIME] ---------------
i just added this to the postbit legacy template
<if condition="$post['usergroupid'] == 24"><img src="https://www.getastake.com/images/infractions/caution.png"</if>
is this good nuff?
--------------- Added [DATE]1364814966[/DATE] at [TIME]1364814966[/TIME] ---------------
http://www.getastake.com/forum/showt...1334#post91334
I tried it, but it makes the postbit text go gert large for the conditional usergroup
--------------- Added [DATE]1364815132[/DATE] at [TIME]1364815132[/TIME] ---------------
<if condition="$post['usergroupid'] == 24"><div class="smallfont"><img src="https://www.getastake.com/images/infractions/caution.png"</div></if>
That made it work... any ways to simplify would be great!