XF 1.5 Conditional - advert after first unread post

abdfahim

Well-known member
I can add an Advert after first post using below
Code:
<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0 AND {$thread.reply_count} > 0">

I want to add it after first unread post, is there a conditional statement for that?
 
Top Bottom