DarkIce2
Member
Hi, what code block do I need to put around my ads to NOT show them to people in "site supporter" group, but show them to everyone else? If I need to get any group ID for it where do I find that group ID?
This is for an XF2 site and I need code that works for both PAGE_CONTAINER and the ad system.
I tried this but no luck:
This is for an XF2 site and I need code that works for both PAGE_CONTAINER and the ad system.
I tried this but no luck:
Code:
<xen:if is="!{xen:helper ismemberof, $visitor, 15}">
</xen:if>
Last edited: