How do I remove ads for specific users?
Currently I have "supporting members" that I remove ads for using this piece of code:
<xen:if is="!{xen:helper ismemberof, $visitor, 3, 4, 5}">
But they are either supporting members, mods, and admins.
Now I have a few users that want to support the site and have ads removed but they don't want the "Supporting Member" banner.
How would I add to the code to remove ads for those specific users?
Thanks in advance for your help.
Currently I have "supporting members" that I remove ads for using this piece of code:
<xen:if is="!{xen:helper ismemberof, $visitor, 3, 4, 5}">
But they are either supporting members, mods, and admins.
Now I have a few users that want to support the site and have ads removed but they don't want the "Supporting Member" banner.
How would I add to the code to remove ads for those specific users?
Thanks in advance for your help.