akia
Well-known member
I want to show content to only members that are logged into my site that are not members of usergroup 4 and 8, I also want to hide that content if they are viewing forums or threads in that forum with node id of 3 and 8.
Will this statement do the trick?
<xen:if is="{$visitor.user_id} AND !in_array({$thread.node_id}, array(3, 8)) AND !{xen:helper ismemberof, $visitor, 4, 8}">
Will this statement do the trick?
<xen:if is="{$visitor.user_id} AND !in_array({$thread.node_id}, array(3, 8)) AND !{xen:helper ismemberof, $visitor, 4, 8}">