Die nächste Veränderung fügt ein Zeichen in alle verwarnten Posts ein. Es gibt eigene Anweisungen für das Postbit Template, hier angezeigt und für postbit_legacy in einer Fussnote am Ende dieses Bereiches, vor den Infos für das MEMBERINFO TEMPLATE.
Finde:
<if condition="$show['reputation']">$post[reputationdisplay]</if>
Darunter einfügen:
<!-- Show warning points -->
<if condition="$showpoints==1">
<if condition="$post[warnings]>0">
<font color="#ff0000">
<BR>Warnings: $post[warnings]
<font color="#000000">
</if>
<if condition="$post[warning_level]>0">
<font color="#ff0000">
<BR>Warnings Level: $post[warning_level]
<font color="#000000">
</if>
Lesezeichen