I came across the need to publically display the current amount of warning points a user had on the postbit. This was in addition to what was displayed when you clicked on thier username.
I just modified the postbit or postbit_legacy template and searched for:
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
Then after that I added
<if condition="$post['field6']"><div class="smallfont">Current Warnings: $post[field6]</div></if>
How can I modify this statement to be if "field6" does NOT =0, then display the text??
Ideas?
|