Quote:
Originally Posted by Ted S
This field is set to an int so it will show as 0 if empty. You can use the condition <if condition="$post[goodrank] > 0"> to qualify it.
|
I tried the code below and seem to work better for me as your code was missing $post[badrank] so none showed up
Code:
<if condition="$post['totalrank']">
$post[goodrank] Yes | $post[badrank] No
</if>
I'm liking your mod more each day! Nominate for MOTM. Thanks!