Quote:
Originally Posted by Magz
Sorry if this has been asked, but how can i set it to be viewable by only certain usergroups?
tia
|
You would have to put a condition around the stuff in the page you don't want others to see:
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, x,y,z)">
the content you want usergroups x.y,and z to see
<vb:else />
You do not have permission to see this page
</vb:if>