MyBB Community Forums

Full Version: Conditional after 5th and last post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anybody post a conditional that will show a code:

After 5th post if the post is not last
Always after last post
Please does anybody know what conditional will show code after last post?
Or maybe a small plugin that will retreat last post in thread?
<if $postcounter == 5 && $thread['lastpost'] != $post['dateline'] then>
5th post not last...
</if>

<if $thread['lastpost'] == $post['dateline'] then>
always last...
</if>
D666 baby OMG you are awesome thank you so much!