Jattitude
Member
I have been using this to place the ads between first post and second post for 1.xx
<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0 AND {$thread.reply_count} > 0">
Ads code here
</xen:if>
Using this ads wont appear below rest of the posts but this does not work with 2.0 for some reason.
Can some one tell me what needs changing to show ads only under the first post and not below ever single post.
<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0 AND {$thread.reply_count} > 0">
Ads code here
</xen:if>
Using this ads wont appear below rest of the posts but this does not work with 2.0 for some reason.
Can some one tell me what needs changing to show ads only under the first post and not below ever single post.