sv1cec,
If I may, here's an alternative idea for the
postbit_legacy layout, where the warn sign gets displayed in the left box, where the username, avatar and other icons are.
Revert
postbit_legacy to its default text concerning the warn sign part (post above by sv1cec).
Then find:
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>
And right above it insert:
Code:
<!-- AWS stop sign hack -->
<if condition="THIS_SCRIPT=='showthread' AND ($bbuserinfo[usergroupid]==5 OR $bbuserinfo[usergroupid]==6 OR $bbuserinfo[usergroupid]==7) AND $post[warn_flag]>0">
<br />
<div>
<a href="Warn.php?do=ViewPostWarnings&post=$post[postid]" onclick="window.open('Warn.php?do=ViewPostWarnings&post=$post[postid]','','width=1000, height=500, resizable=yes, scrollbars=yes'); return false;" target="_blank"><img src="images/misc/warn.gif" border=0></a>
</div>
</if>
<!-- hack end -->