would you mind writing exactly what I need to put in? im not so good with this lol
Code:
<if condition="$show['minimumreputation'] == 0">Karma: <b>$post[level]</b>
<else />
<if condition="$show['minimumreputation'] > 0">Karma: <font color="green"><b>$post[level]</b></font>
<else />Karma: <font color="red"><b>$post[level]</b></font>
</if>
</if>
wats wrong with that