XF 2.1 XF 2.1 Conditional to only show content on 1st post/thread starter

rdn

Well-known member
Licensed customer
On message_macros template.
This doesn't work:
Code:
<xf:if is="$post.position % $xf.options.messagesPerPage == 0">
Or
Code:
<xf:if is="{$post.position} % {$xf.options.messagesPerPage} == 0">
 
Back
Top Bottom