I moved the Last Post to the Topics Column on the viewforum_body.html. See image.
Is it possible to have the Last Post line not show if there is only 1 post (the original New Topic Post), so no reply has been made yet.
Code: Select all
<!-- IF topicrow.REPLIES -->...<!-- ENDIF -->
0
and vice versa. Therefore (shortcut evaluation and multiple operators doing the same) all these codes do the very same: Code: Select all
<!-- IF topicrow.REPLIES -->...<!-- ENDIF -->
<!-- IF topicrow.REPLIES > 0 -->...<!-- ENDIF -->
<!-- IF topicrow.REPLIES gt 0 -->...<!-- ENDIF -->
<!-- IF topicrow.REPLIES != 0 -->...<!-- ENDIF -->
<!-- IF topicrow.REPLIES neq 0 -->...<!-- ENDIF -->