XF 2.0 How to show ads to users NOT in certain group

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:

Code:
<xen:if is="!{xen:helper ismemberof, $visitor, 15}">


</xen:if>
 
Last edited:
Can i just edit the ads and show the ads just for people who are NOT on certain groups?

Second display criteria): "User is NOT a member of any of the selected user groups"

Like, i created a "Ad Free Group", then, when the user buy a upgrade, i move him to "Ad Free Group" and in the Ad Configuration i use this second option.

My way is right or i have to another way?
 
Top Bottom