Oleg wrote:There is another situation in which post subjects come in handy: merging topics. Without post subjects it would be impossible to tell which post came from which topic.
Good point then I would say then, don't remove it.
Oleg wrote:As far as requiring post subjects, I am not sold on this yet. Currently post subjects are pre-filled with "Re: topic title", therefore it takes effort on the poster's part to remove the post subject. Why would someone go through this effort?
It may happen by accident, and the reason for requiring it for a post is so it makes life easier to
implement this rfc. Otherwise if there was a case which there was no post subject for whatever reason, then on the forum list it would look ugly as you'd have an empty blank space. So....
A_Jelly_Doughnut wrote:My preference would be for
if (strlen(post_subject) is 0) then
let post_subject = "Re: " + topic_title
That's the solution I personally feel we should go with as well then.