MyBB Community Forums

Full Version: Link to latest posts in Portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As you all know, the function "Latest Threads" of myBB only points to the thread with newest posts; however, I want the links to point to latest posts of those threads.
Do you have any ideas? Thank you!
Are you talking about the latest threads on the portal?
If so, edit the portal_latestthreads_thread template, find:
{$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}
and replace with
{$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}&action=lastpost