Quote:
Originally Posted by Lynne
You would not use in_array for the usergroupid, you would use is_member_of (in the API in the Quick Links).
|
Like this?:
<if condition="is_member_of($prepared['usergroupid']) != '23'">
<span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]
</if>
assuming you do NOT want to allow if the profile being viewed is a member of usergroup 23
Thanks