fattony69 Well-known member Oct 18, 2012 #1 I am looking for a conditional that shows on every page but the homepage, thread list, and inside threads.
I am looking for a conditional that shows on every page but the homepage, thread list, and inside threads.
Jake Bunce Well-known member Oct 18, 2012 #2 http://xenforo.com/community/threads/conditional-for-pages.16580/#post-218497 To exclude you can add a ! Code: <xen:if is="!in_array({$contentTemplate}, array('online_list','thread_view'))"> AD CODE HERE </xen:if> Upvote 0 Downvote
http://xenforo.com/community/threads/conditional-for-pages.16580/#post-218497 To exclude you can add a ! Code: <xen:if is="!in_array({$contentTemplate}, array('online_list','thread_view'))"> AD CODE HERE </xen:if>