XF 2.1 Ad on forum post

Danny88

Active member
Licensed customer
Hi,

I would like to add an ad as per example in the screenshot.

What i'm understand that i can achieve this thru Setup > Advertising > Add Advertisement > Choose "Post : Above Message content", but it showing
on every post on every pages.

But how if i want to show it ONLY in first post of every pages?

Thanks .
 

Attachments

  • Snap5.gif
    Snap5.gif
    114 KB · Views: 31
This might work for you:


or this one:

 
How would you add this to the last post?
<xf:if is="$post.position % $xf.options.messagesPerPage==0 AND count($__globals.posts)>0">
AD CODE HERE
</xf:if>
 
Back
Top Bottom