oh, thats strange as i only have
Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
You could try something like
Code:
<if condition="$userinfo[usergroupid]!=6">Postcount rank code</if>
but i'm not sure if that is the right conditional to use off the top of my head in the middle of the night (well practically breakfast time already) if it's not I'll look it up properly tomorrow and let you know.