Ques/Help XF conditional to match 1st post only? That works for all thread types

  • Thread starter Thread starter rdn
  • Start date Start date
R

rdn

Guest
I'm using this code:
PHP:

<xf:if is="$post.position % $xf.options.messagesPerPage == 0">

On message_macros template, but it only works for normal thread type, not for article, poll, or question.

Continue reading...