XF 1.5 Adsense ad after 1st post in a thread?

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>
 
Top Bottom