If I wanted to use this code to place an ad after post x which template would I put the code into?
Thanks
Code:
<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == x AND !{$message.conversation_id}">
This content will show after post x on every page in a thread
</xen:if>
Thanks