Quote:
Originally Posted by Opserty
Which member are you trying to match? The User's Profile? or the viewing member?
|
User Profile.
Quote:
Originally Posted by whitemike
Try this:
HTML Code:
<if condition="is_member_of($vbulletin->userinfo, 5,6,7)">Staff Member</if>
|
Just tried... and it appears on every profile, so I'm guessing thats for the user logged in, which isn't want I want. Thanks anyway.