Log in

View Full Version : Change "Last post" on FORUMDISPLAY and FORUMHOME to "Last Thread"


josh_krz
10-12-2012, 07:20 PM
Hi there,

I need to change the "Last Post" section of forum displays to show the latest threads posted instead of posts and only in one forum.

Is this possible? Is there a mod for it?

I have looked around but its hard to word what I'm looking for. Thanks.

kh99
10-13-2012, 11:43 AM
It's possible but you probably need to write code to do it. You can find the template or templates that display the "Last Post" on the forum display and put in an 'if' tag to check for the one forum you want to change and display something else. I think the last post information is part of the cached forum info, which means that to display latest threads you would probably have to write a plugin to query the database for the information.