I'm trying to show only banned rank when someone is banned, i don't know what the coding is for the templates, my friend told me is was XML but i'm not sure.
Code:
<if condition="is_member_of($post, 8)">
<img src="images/ranks/banned.gif"
</else>
$post[rank]
<if condition="is_member_of($post, 10)">
<img src="images/ranks/secondrank.gif">
</if>
</if>
I allready know this is incorrect, could someone tell me what will work?