F fredrikse Active member Feb 13, 2016 #1 Hi, What configuration is necessary to get an AdSense Ad after the first post in a thread?
F fredrikse Active member Feb 13, 2016 #2 Currently I use the following templates: ad_thread_view_above_messages ad_thread_view_below_messages Upvote 0 Downvote
wang Well-known member Feb 13, 2016 #3 I think you can do that with this code: HTML: <xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0 AND {$thread.reply_count} > 0"> adsense code </xen:if> Upvote 0 Downvote
I think you can do that with this code: HTML: <xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0 AND {$thread.reply_count} > 0"> adsense code </xen:if>
P Paul B XenForo moderator Staff member Feb 13, 2016 #7 Point 10 here: https://xenforo.com/community/resources/responsive-adsense.2084/update?update=18207 Upvote 0 Downvote