Quote:
Originally Posted by BETIServices
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.
|
that code is there but its spread overal several line maybe it's just your editor search function that doesn't find it you could use one of the words like "reputation" to search for and see where you get
I just checked it.The code is there (line 85 on my postbit_legacy) but offcource you could have some other modifications in that template.However it is a little below the infractions stuff