Ticket http://tracker.phpbb.com/browse/PHPBB3-11025
PR https://github.com/phpbb/phpbb3/pull/924
I think it would be nice if phpBB included the recent topic title for that forum on the board index/anywhere else forums are listed. Eg. There is the mod NV advanced last topic titles, which is an excellent mod. I was wondering if phpBB team might look into integrating this, or something like this into the actual release of phpBB 3.2? It is very useful to have so you can see the latest topic in that forum.
Other bulletin board software have this built in, like MyBB and SMF.
Comments?
[RFC|Merged] Last topic title in forum list
- Erik Frèrejean
- Registered User
- Posts: 207
- Joined: Thu Oct 25, 2007 2:25 pm
- Location: surfnet
- Contact:
Re: [RFC] Recent topic title in forum list
The template variable is by default generated, but when prosilver was designed it was decided to not utilise that in the default template. Therefore its pretty trivial to make the default template display the last topic title. But would this replace the date (as most do) or add the title?
Available on .com
Support Toolkit developer
Support Toolkit developer
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: [RFC] Recent topic title in forum list
I think it would be worth it to simply create an administration panel setting to allow users to decide if they want to display it and how. I personally think that adding it to the information (rather than replacing the date and such) is better, but giving the admin the option is a good idea, imo.Erik Frèrejean wrote:The template variable is by default generated, but when prosilver was designed it was decided to not utilise that in the default template. Therefore its pretty trivial to make the default template display the last topic title. But would this replace the date (as most do) or add the title?
Re: [RFC] Recent topic title in forum list
Personally I think we can incorporate this feature. It is not very complicated, and if users want it then why not?
Re: [RFC] Recent topic title in forum list
I'll do a patch for this.
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
Re: [RFC] Recent topic title in forum list
Hi
I am Rahul. I have made a patch for this bug (#10650).
Commit URL: https://github.com/rahulr92/phpbb3/comm ... 8725e05fe2
I have added a choice in the ACP panel to enable/disable this feature. Presently, the feature is enabled by default. But as it is a new addition that changes the existing functionality, I am not sure whether I am right in doing so. Please suggest whether this feature should be on/off by default.
Thanks
I am Rahul. I have made a patch for this bug (#10650).
Commit URL: https://github.com/rahulr92/phpbb3/comm ... 8725e05fe2
I have added a choice in the ACP panel to enable/disable this feature. Presently, the feature is enabled by default. But as it is a new addition that changes the existing functionality, I am not sure whether I am right in doing so. Please suggest whether this feature should be on/off by default.
Thanks
Re: [RFC] Recent topic title in forum list
Why not a colum with recent topic from all forums on the side of the forum index?
Slightly better English than it was in 2005, still improving
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: [RFC] Recent topic title in forum list
That would be a separate RFC. But IMO, that would be best as a MOD/Extension.ecwpa wrote:Why not a colum with recent topic from all forums on the side of the forum index?
Re: [RFC] Recent topic title in forum list
I'll suggest it as a RFC then, just to see what the team think about the idea.
Slightly better English than it was in 2005, still improving