cancel
Showing results for 
Search instead for 
Did you mean: 

Add notification about replying to a very old post

Oldjim
Resting Legend
Posts: 38,460
Thanks: 787
Fixes: 63
Registered: ‎15-06-2007

Add notification about replying to a very old post

This used to be a feature but now isn't

I checked because a new poster replied to a thread which was over 3 years old and obviously got there because of the "helpful" tip when typing in the subject field

24 REPLIES 24
jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Add notification about replying to a very old post

What would happen if someone replies to an old thread in the previous system?

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.

Strat
Community Veteran
Posts: 31,320
Thanks: 1,609
Fixes: 565
Registered: ‎14-04-2007

Re: Add notification about replying to a very old post

We received a popup informing us the topic we were replying to had not received replies for over 2 years and we may consider starting a new one......

Or something along those lines.

Windows 10 Firefox 109.0 (64-bit)
To argue with someone who has renounced the use of reason is like administering medicine to the dead - Thomas Paine
jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Add notification about replying to a very old post

So the popup is just a warning that the thread is very old and the user can then carry on with their post or cancel the action?

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.

Strat
Community Veteran
Posts: 31,320
Thanks: 1,609
Fixes: 565
Registered: ‎14-04-2007

Re: Add notification about replying to a very old post

Correct.

Windows 10 Firefox 109.0 (64-bit)
To argue with someone who has renounced the use of reason is like administering medicine to the dead - Thomas Paine
jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Add notification about replying to a very old post

Added to my enhancement list. It might be possible to just provide a warning below the editor to warn users that they are just replying to an old thread rather than have a popup stopping them (there is already a script in place on this page and wouldn't want to over complicate that script).

Adding this to my enhancement list now.

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.

spraxyt
Resting Legend
Posts: 10,063
Thanks: 674
Fixes: 75
Registered: ‎06-04-2007

Re: Add notification about replying to a very old post

The old topic warning setting in an SMF forum I administer is 120 days. That is probably the default and is plenty in my opinion.

David
jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Add notification about replying to a very old post

That sounds like a reasonable time. I guess that its measured from the last post rather than when the thread was created? I say this becuase there are a couple of threads here which are old but still get some activity (the one about IP addresses I think?).

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.

Oldjim
Resting Legend
Posts: 38,460
Thanks: 787
Fixes: 63
Registered: ‎15-06-2007

Re: Add notification about replying to a very old post

yes - it was from the last post

spraxyt
Resting Legend
Posts: 10,063
Thanks: 674
Fixes: 75
Registered: ‎06-04-2007

Re: Add notification about replying to a very old post

The warning one gets in SMF is displayed within the reply panel as shown below.

NFnotifWarn.png

David
jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Add notification about replying to a very old post

That's awesome cheers for the info everyone. The screenshot is very helpful and I should be able to implement something for this.

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.

MauriceC
Resting Legend
Posts: 4,085
Thanks: 929
Fixes: 17
Registered: ‎10-04-2007

Re: Add notification about replying to a very old post

The real question here is whether the functionality should be within the core product (as in SMF) or in a JS bolt on script?  

Given the recent response in the 'Add notification about replying to a very old post' thread to not pursue to implementation, I just don't see this topic getting completed anytime soon?  I can only hope to be pleasantly surprised sometime in the new year Angel

Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.

jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Add notification about replying to a very old post

Oh @MauriceC, you really should have more faith in me (just did this on staging - @Oldjim and @spraxyt you can have a look if you like - you will need to try to reply to any threads that the last post was on or before 29th of Feb).

Screen Shot 2016-06-28 at 16.19.51.png

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.

spraxyt
Resting Legend
Posts: 10,063
Thanks: 674
Fixes: 75
Registered: ‎06-04-2007

Re: Add notification about replying to a very old post

Yep, works (on staging) and looks good to me. Grin

David
jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: Add notification about replying to a very old post

Just an FYI, this is not a Javascript enhancement. I am directly interacting with the community API and doing a comparison of todays date with 120 days removed and the date of the last post in the thread.

Frontend Web Developer | www.plus.net

If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.