Jafo
Active member
If this has been solved before, then I apologize, but I searched and searched and did not find a great answer to this problem.
I needed to be able to show an ad after the last post on each page. All the solutions I found would not work if the page did not fill all the slots for a full page. This does:
I just wanted to post this here so others and myself can find it again in the future when needed.
I needed to be able to show an ad after the last post on each page. All the solutions I found would not work if the page did not fill all the slots for a full page. This does:
Code:
<xen:if is="{$message.position} == {$xenOptions.messagesPerPage} - 1 OR {$message.position} == {$thread.reply_count}">
<!--AD CODE HERE -->
</xen:if>
I just wanted to post this here so others and myself can find it again in the future when needed.