framer Member Sep 8, 2014 #1 I did do a search and checked the document on conditional statment but could not find what I need. Can I test for last page of a thread or last post in a thread? Thanks framer
I did do a search and checked the document on conditional statment but could not find what I need. Can I test for last page of a thread or last post in a thread? Thanks framer
Jake Bunce Well-known member Sep 9, 2014 #2 This works inside of the post or message templates: Code: <xen:if is="{$post.position} == {$thread.reply_count}"> </xen:if> Upvote 0 Downvote
This works inside of the post or message templates: Code: <xen:if is="{$post.position} == {$thread.reply_count}"> </xen:if>
framer Member Sep 10, 2014 #3 Thanks Jake, Just the thing that I needed check off one more thing done. Worked perfect Upvote 0 Downvote