Quote:
Originally Posted by Nathan2006
Hello,
IS there anyway to move this warnign sign cos it looks wrong where it is now
I have added a screen shot so you know what I mean
Thanks for any help 
|
offcource open your template postbit_legacy and find
HTML Code:
$post[iplogged]
below add
HTML Code:
<if condition="THIS_SCRIPT=='showthread'">
<if condition="$showwarnsignmgm==1">
<!-- Mgm can click on the stop sign to see the warnings -->
<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>
</if>
<if condition="$showwarnsign==1">
<!-- Simple Users can only see the warn sign but not the warnings -->
<img src="images/misc/warn.gif" border=0>
</if>
</if>
<!-- End of show warned sign -->
and offcource remove the same code from the original spot otherwise it would show the warned sign two times