Zynektic
Well-known member
This is probably the wrong way as it is not working but how do I fix below to hide 'support tickets' navigation to guest/registered?
Admin/Mod/Customer are groups 3, 4 and 5 and I put this code around the navigation item I added. I assume it does not work like that?
Thanks
Admin/Mod/Customer are groups 3, 4 and 5 and I put this code around the navigation item I added. I assume it does not work like that?
Code:
<xen:if is="!{xen:helper ismemberof, $visitor, 3, 4, 5}">
<!-- mytab -->
<li class="navTab PopupClosed"><a href="http://domain.com" class="navLink">Support Tickets</a></li>
</xen:if>
Thanks