Quote:
Originally Posted by lifesourcerec
Works like a charm  . Just through of something. How hard would it be to make it look like this:
Warns Level: 0
But when that user has a warning, it would be:
Warns Level: 1 (have the color to be red for the non-zero number). I think it would be a condition or something. Dunno.
|
Change that last if, with the one below:
HTML Code:
<if condition="$post[usergroupid]==2">
<if condition="$post[warning_level]>0"><font color='#ff0000'></if>
<BR>Warns Level: $post[warning_level]
<font color='#ffffff'>
</if>
I think it should work.