Quote:
Originally Posted by Brad
Use this;
HTML Code:
<!-- Is user a member of usergroupid 15? -->
<if condition="is_member_of($vbulletin->userinfo, 15)">
<!-- User is in the correct group, so show the image -->
<img src="http://www.example.com/path/to/your/image.gif" alt="some image" />
</if>
|
What would be the seperator to this if I wanted to allow multipule users to see certain thing but they are in different groups? Like 15,17,22,45 or whatever?