XF 2.1 Where to put this?

BLatt

Member
This could be a very dumb question, but I'm not figuring it out. Where would I put this to get it to show "Content Here" under the 3rd post in a thread? I thought it just went in the View_Thread template, but no good.

<xf:if is="$post.position % $xf.options.messagesPerPage == 3">
Content Here
</xf:if>
 
Top Bottom