Iskib
02-28-2007, 05:46 AM
If i only want certain usergroups to beable to view a link the code is <if condition="($bbuserinfo[usergroupid]==1)">
<a href="URL">LINK</a>
</if>
If you wanted to add more groups to this would I do it like this
<if condition="($bbuserinfo[usergroupid]==1,2,3)">
<a href="URL">LINK</a>
</if>
Thanks
<a href="URL">LINK</a>
</if>
If you wanted to add more groups to this would I do it like this
<if condition="($bbuserinfo[usergroupid]==1,2,3)">
<a href="URL">LINK</a>
</if>
Thanks