[RSS Feed/News] How to show ads to users NOT in certain group

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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:

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


</xen:if>

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom