Log in

View Full Version : Conditional to display icon in postbit


glennybee
12-28-2008, 08:16 PM
Hi folks,

I've been looking for almost 2 hours now, if anyone has a suggestion, I'd be glad to try it!

I'm looking for a conditional to do the following...

If a user is a member of a usergroup, show a pic in their postbit.

Nothing to do with the member logged in and viewing the forum.

Thanks

Lynne
12-28-2008, 08:35 PM
I think this may work in the postbit:
<if condition="is_member_of($post, x)">
image if poster is in group x
</if>

glennybee
12-28-2008, 08:38 PM
Lynne you are the best!!!

Thank you! :)

Opserty
12-29-2008, 08:53 AM
One a side note have you though about User Ranks (http://www.vbulletin.com/docs/html/user_ranks)?