XF 1.4 No ads for admnis

diego222

Active member
Hi

Now I have ads for ALL users (not registered, registered, admins.... all users) ... but I don't want to show ads for admins, only for not registered and registered normal users. How could I do that?
 
<xen:if is="!{xen:helper ismemberof, $visitor, x}">
This content will be hidden from members of user group x
</xen:if>

I supose I have to change "X" with administrator's id right? well... and how I know admin's ID?
 
Top Bottom