DevServe
11-26-2006, 12:38 PM
I have the following code to display and image for users assigned to group 15.
<if condition="$post['usergroupid'] == 15"><img alt="Uber Member" width="116" height="15" src="http://www.idevgames.com/forum/themes/uber.gif" /></if>
It works, but I have 4 users that belong to group 15 as "additional members". How would I fix the above so that the image displays for group 15 primary AND secondary users?
Thanks
<if condition="$post['usergroupid'] == 15"><img alt="Uber Member" width="116" height="15" src="http://www.idevgames.com/forum/themes/uber.gif" /></if>
It works, but I have 4 users that belong to group 15 as "additional members". How would I fix the above so that the image displays for group 15 primary AND secondary users?
Thanks