XF 1.1 Ad in first post

lazer

Well-known member
Hi guys

What code do I need, and where do I put it, to achieve this in the first post?

code.webp

Thanks
 
The above post still applies.

Just disregard the respsonsive elements, for example:

Code:
<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0">
    <div style="min-height: 150px; margin-left: 10px; float: right">
        Ad code here
    </div>
</xen:if>
 
Top Bottom