I'm currently using:
within the ad_message_below template to put ads under the first post of each thread view page. It's working perfectly fine for the thread view page but for conversations it's causing an ad to be post under every message...what am I doing wrong?
Code:
<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0">
Adsense code
</xen:if>
within the ad_message_below template to put ads under the first post of each thread view page. It's working perfectly fine for the thread view page but for conversations it's causing an ad to be post under every message...what am I doing wrong?