I have made a little modification: (Postbit Legacy)
PHP Code:
<if condition="$post['infraction'] == 2">
<a href="infraction.php?$session[sessionurl]do=view&p=$post[postid]"><font color="red"><b>$vbphrase[received_infraction] - </b></font><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
</if>
<if condition="$post['infraction'] == 1">
<a href="infraction.php?$session[sessionurl]do=view&p=$post[postid]"><font color="#FFCC11"><b>$vbphrase[received_warning] - </b></font><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
</if>
The result is that warning is language phrase, and visible symbol added (red or yellow card)
Allso, warning is clickable, so you can see why and by whom is warnig given....
Hope you like it
Prewiev:
Attachment 102459
Attachment 102460
_