XF 1.5 How to display ads in first post only and on the top right ?

ngannguyen

Active member
Hi,
I would like to place ads in the first post only and on the top right , I used this script:
............................................................
ad_message_body
<xen:if is="{$post.position} == 0">
<div style="float: right">
ad code
</div>

.............................................................
But ads displayed in many posts below first post, this took so much time to load the site/thread and caused duplicate posting
I did something wrong ?
How can I fix this issue now ?

Thanks
 
Top Bottom