Conditional for everyone not in user group or this member?

OakleyForum

Well-known member
I have an ad on my site which shows to non premium members, which is just a usergroup.

I use the conditional

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

I would like to still use this conditional but I want to show the ad to a specific member of one of those groups that is being excluded.

I know this is somewhat contradictory but is there any way to do this?
 
Top Bottom