Log in

View Full Version : Placing new icon for admins


MiskaTorn
04-12-2007, 05:40 AM
I made a small icon for administators, each one is named after the members userid.

What I want to do is to add it, almost like a sig.

What kind of could could I use that I could put in the postbit that would show the posters icon only if they are an admin?

Thanks, any help is appreciated.

WetWired
04-12-2007, 01:34 PM
<if condition="is_member_of($post,6)"><img src="images/adminicon$post[userid].gif" alt="$post[username]'s icon" /></if>

MiskaTorn
04-12-2007, 11:20 PM
<if condition="is_member_of($post,6)"><img src="images/adminicon$post[userid].gif" alt="$post[username]'s icon" /></if>

Perfect..tahnk you very much :)