Rum Runner Entertainment Active member Apr 10, 2015 #1 Is there a way to show a custom "ad" when a guest, but to hide them when logged in? This is what I'm referring to: Thanks!
Is there a way to show a custom "ad" when a guest, but to hide them when logged in? This is what I'm referring to: Thanks!
Jake Bunce Well-known member Apr 10, 2015 #2 Use this in the templates: Code: <xen:if is="!{$visitor.user_id}"> YOUR AD CODE HERE </xen:if> Upvote 0 Downvote