DonDickers   29-03-2024, 08:53 PM
#1
I just found there is no last post link/icon in thread list. How to add it or link it to the last post date like in modern forum engines? It's available in default theme but can't find template to edit and copy that link to your theme Sad
[Image: lastpost.png]
Matty   30-03-2024, 04:27 PM
#2
That's because it isn't included in MyBB 1.9, and as the theme is designed to mimic 1.9, it isn't included by default.

If you want to include it, you'll need to edit template forumdisplay_thread and include the following before ($lastposterlink}

Code:
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>:
DonDickers   30-03-2024, 07:53 PM
#3
Thanks a lot! Changed it to lastpostdate and now it's even better than default text link.
  
Users browsing this thread: 1 Guest(s)
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.