o.k after sometime copying and pasting as it was advised it was only one thing I did not find and is as follow:
PHP Code:
in template postbit_legacy find
<if condition="$show['reputation']"><div><if condition="$show['reppower']"><span id="reppower_$post[postid]_$post[userid]">$vbphrase[reppower]</span>: $post[reppower]</if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
----------------------------------------------------------------------------------
below that
<!-- Show warning points -->
<if condition="$showpoints==1">
<if condition="$post[alerts]>0">
<font color="#ff0000">
<phrase 1="$post[alerts]">$vbphrase[aws_alerts]</phrase>
<font color="#000000">
</if>
<if condition="$post[warns]>0">
<font color="#ff0000">
<phrase 1="$post[warns]">$vbphrase[aws_warnings]</phrase>
<font color="#000000">
</if>
<if condition="$post[warning_level]>0">
<font color="#ff0000">
<phrase 1="$post[warning_level]">$vbphrase[aws_warning_level]</phrase>
<font color="#000000">
</if>
<if condition="$post[warning_bans]>0">
<font color="#ff0000">
<phrase 1="$post[warning_bans]">$vbphrase[aws_warning_bans]</phrase>
<font color="#000000">
</if>
</if>
<!-- End of show warning points -->
Please let me know if anyone has the same problem or is just me.