XF 1.5 Wrap Text Around Adsense Block in First/Last Post on Desktop

Neutral Singh

Well-known member
@Brogan @Russ

Trying to achieve this only on desktops:
adsense left.webpadsense right.webp

Put this code in 'ad_message_body'

<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0 AND !{$message.conversation_id}">

<div style="width:350px; height:250px; margin:5px; float:right;">

adsense code here

</div>
</xen:if>

Result: https://www.sikhphilosophy.net/threads/diwali-di-raat-diwey-ballian-diwali-and-sikhism.1008/

@Brogan, I have read all the tutorials you have written but no luck.

Any suggestions please to wrap the test around the adsense block! :(
 
Top Bottom