phpBB

Development Discussion Board

phpBB's testing ground of bleeding edge code
Advanced search

[RFC|Merged] Last topic title in forum list

These requests for comments have lead to an implemented feature that has been successfully merged into the 3.1/Ascraeus branch. Everything listed in this forum will be available in phpBB 3.1.

Re: [RFC] Recent topic title in forum list

Postby jsebean » Fri Apr 06, 2012 12:23 am

Why make life harder than it needs to be, why not just use what's currently already in phpBB, show the latest post, and require all post to contain a subject. If nobody posted that RFC I will in a minute, because, whether we go with this solution or not, I think it would still be a good idea to require posts to contain a subject.
-Jonah
Formerly known as jsbean.
User avatar
jsebean
Registered User
 
Posts: 136
Joined: Wed Nov 17, 2010 1:40 am
Location: Atlantic Canada

Re: [RFC] Recent topic title in forum list

Postby naderman » Fri Apr 06, 2012 7:09 pm

Empty post subjects are rather uncommon, and I think having Re: in there just makes it clearer that it's a reply to something and not a new topic. So all in all, I think it makes more sense to use the last post subject, and it also simplifies things since we already store it anyway. So I think rather than spending time figuring out some new way to get access to the topic title, we should just stick to last post subject.
www.naderman.de
Move your forum to Forumatic - we'll take care of maintenance & spam
User avatar
naderman
Development Team Leader
Development Team Leader
 
Posts: 1649
Joined: Sun Jan 11, 2004 2:11 am
Location: Karlsruhe, Germany

Re: [RFC] Recent topic title in forum list

Postby imkingdavid » Fri Apr 06, 2012 10:43 pm

naderman wrote:Empty post subjects are rather uncommon, and I think having Re: in there just makes it clearer that it's a reply to something and not a new topic. So all in all, I think it makes more sense to use the last post subject, and it also simplifies things since we already store it anyway. So I think rather than spending time figuring out some new way to get access to the topic title, we should just stick to last post subject.

Any input on what to do with an empty subject line? There is another RFC for either requiring a minimum length of a subject (as we already do for topic titles, so why not subjects?) or even just doing away with post subjects altogether (or to some extent, see posts in that RFC), which would take care of the problem in one way or another.
I do custom MODs. PM for a quote!
View My: MODs | Portfolio
Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.
User avatar
imkingdavid
Development Team
Development Team
 
Posts: 900
Joined: Thu Jul 30, 2009 12:06 pm

Re: [RFC] Recent topic title in forum list

Postby ecwpa » Sat Apr 07, 2012 7:06 pm

Getting rid of replies titles make sense. However in my particular case I use them on my frontpage for news updates on a news thread already posted. This is probably pretty uncommon I guess but I would like to hear an alternative.

I'm not sure if the topic tags is being considered but that sounds like a good option for me.
Sorry for my bad english, still improving.
ecwpa
Registered User
 
Posts: 169
Joined: Mon Jan 24, 2005 2:10 am

Re: [RFC] Recent topic title in forum list

Postby jsebean » Sun Apr 08, 2012 9:22 pm

imkingdavid wrote:
naderman wrote:Empty post subjects are rather uncommon, and I think having Re: in there just makes it clearer that it's a reply to something and not a new topic. So all in all, I think it makes more sense to use the last post subject, and it also simplifies things since we already store it anyway. So I think rather than spending time figuring out some new way to get access to the topic title, we should just stick to last post subject.

Any input on what to do with an empty subject line? There is another RFC for either requiring a minimum length of a subject (as we already do for topic titles, so why not subjects?) or even just doing away with post subjects altogether (or to some extent, see posts in that RFC), which would take care of the problem in one way or another.

ecwpa wrote:Getting rid of replies titles make sense.

RFC is here
ecwpa wrote:However in my particular case I use them on my frontpage for news updates on a news thread already posted. This is probably pretty uncommon I guess but I would like to hear an alternative.

You could post that in the corresponding RFC then I could comment ;) :P
ecwpa wrote:I'm not sure if the topic tags is being considered but that sounds like a good option for me.

Post a new RFC?
-Jonah
Formerly known as jsbean.
User avatar
jsebean
Registered User
 
Posts: 136
Joined: Wed Nov 17, 2010 1:40 am
Location: Atlantic Canada

Re: [RFC] Recent topic title in forum list

Postby Oleg » Tue Apr 10, 2012 12:17 am

I think I have warmed up to the idea of displaying the last post's title and if it is empty, displaying nothing (there should still be a link to jump to the last post and last poster's name, as we presently have).
Oleg
3.1 Release Manager
3.1 Release Manager
 
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am

Postby jsebean » Tue Apr 10, 2012 5:12 pm

Oleg wrote:I think I have warmed up to the idea of displaying the last post's title and if it is empty, displaying nothing (there should still be a link to jump to the last post and last poster's name, as we presently have).

Why not go with A_Jelly_Doughnut's suggestion posted here and then this wouldn't be a problem. It would also make things look a little bit better, because having a post with no subject just looks weird compared to the rest (like I made this post.)
-Jonah
Formerly known as jsbean.
User avatar
jsebean
Registered User
 
Posts: 136
Joined: Wed Nov 17, 2010 1:40 am
Location: Atlantic Canada

Re: [RFC] Recent topic title in forum list

Postby nickvergessen » Fri Apr 20, 2012 1:48 pm

jsebean: we dont have the topic title there. That would cause an additional SQL-query or make the existing on heavier, and I think it's not worth it.

Before doing that, I'd just use "Re:" as replacement.
cheers nickvergessen :geek:
Member of phpBB Development-Team
No Support via PM — My MODs for phpBB 3.0.x
User avatar
nickvergessen
Development Team
Development Team
 
Posts: 350
Joined: Sun Oct 07, 2007 11:54 am
Location: Esslingen, Germany

Re: [RFC] Recent topic title in forum list

Postby jsebean » Sat Apr 21, 2012 10:30 pm

Ahh I see sounds good.
-Jonah
Formerly known as jsbean.
User avatar
jsebean
Registered User
 
Posts: 136
Joined: Wed Nov 17, 2010 1:40 am
Location: Atlantic Canada

Re: [RFC] Recent topic title in forum list

Postby naderman » Sun Apr 22, 2012 12:50 am

Indeed, I think we should simply display the last post subject. We can still decide to enforce non-empty post subjects in another RFC.
www.naderman.de
Move your forum to Forumatic - we'll take care of maintenance & spam
User avatar
naderman
Development Team Leader
Development Team Leader
 
Posts: 1649
Joined: Sun Jan 11, 2004 2:11 am
Location: Karlsruhe, Germany

Previous Next

Return to [3.1/Ascraeus] Merged RFCs

Who is online

Users browsing this forum: EXreaction, paulus and 10 guests