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>
 
This is now default for the quote and spoiler elements from 1.3 Beta 3.
I must suggest, Instead of applying it to BB Code Quote only, apply it to all BB Code Block.
With the current update, BB Code Code, Html, Php will still not work beside adsense.
 
Back
Top Bottom