PDA

View Full Version : Is Member Of - ShowThread - Viewing User


toucan42
10-27-2007, 10:17 PM
OK hopefully I can phrase this question correctly.

I know I can use (in Postbit) the code:

<if condition="is_member_of($post,XX)"

to determine if the member whose post is being shown is a member of a usergroup.

what code would I use to determine if the viewing member belongs to a usergroup as well?

What I want to do is show a specific graphic only in the case of both the poster and the person viewing the post both belong to a specific usergroup.

Hope that makes sense.

Gray Matter
10-27-2007, 10:58 PM
Use:

<if condition="is_member_of($bbuserinfo,X)">

where X is the usergroup of the viewer. :)