Simon Lloyd
08-29-2011, 06:15 AM
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 1314618288 at 1314618288 ---------------
Got this sorted now :)
<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 1314618288 at 1314618288 ---------------
Got this sorted now :)