Hi all i want to display a different icon for each staff usergroup under their signature in a every post of theirs, is this how i would address it?
<if condition="$post['usergroupid']=6 AND $post['userid']==$post['postuserid']">
DISPLAY ICON X
<Else />
<if condition="$post['usergroupid']=7 AND $post['userid']==$post['postuserid']">
DISPLAY ICON Y
</if>
--------------- Added [DATE]1314618288[/DATE] at [TIME]1314618288[/TIME] ---------------
Got this sorted now