cancel
Showing results for 
Search instead for 
Did you mean: 

SUGGESTION: Automatically lock dormant threads

jelv
Seasoned Hero
Posts: 26,785
Thanks: 971
Fixes: 10
Registered: ‎10-04-2007

Re: SUGGESTION: Automatically lock dormant threads

I really don't like the idea of totally blocking replying to old threads because as billnotben pointed out there are times when it is appropriate. What you would end up with is people starting new topics without any of the back history in the previous topic and the moderators having to merge the topics.

jelv (a.k.a Spoon Whittler)
   Why I have left Plusnet (warning: long post!)   
Broadband: Andrews & Arnold Home::1 (FTTC 80/20)
Line rental: Pulse 8 Home Line Rental (£14.40/month)
Mobile: iD mobile (£4/month)
jaread83
Community Gaffer
Community Gaffer
Posts: 3,438
Thanks: 2,336
Fixes: 81
Registered: ‎22-02-2016

Re: SUGGESTION: Automatically lock dormant threads

@bobpullen, I saw that thread yesterday when I was looking into this. I already got the functionality for checking when the last reply was (as can be seen on the reply page). So it wouldn't be hard to do something like this

Basically we're just hiding the Reply buttons and putting a message at the top of the thread that says "This thread is now archived and closed to new comments. If you have a question please post a new topic."

We received no negative feedback following its introduction. We have had the auto-archive set at 6 months to be conversative but I think 3 months for a vibrant support community would be fine.

The only issue is that there is no visual queue to show that a thread has been 'locked' other than the absence of the reply buttons and a message at the top of the page.

I will have a think about this and look at giving this a trial, possibly only hide the reply buttons for normal forum users and let staff, mods, admins, superusers, established users and veterans be able to access the reply buttons (as they know not to post unless is absolutely needed.. I trust those groups of users at least to not post unless absolutely needed).

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: SUGGESTION: Automatically lock dormant threads

I am saying nowt Lips_are_sealed

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

Re: SUGGESTION: Automatically lock dormant threads

While talking with some of the community of Lithium developers, there is a way to set all threads to read only (locked) if they go over a certain amount of days of inactivity (I would set this to a very long number like 1-2 years old though). So its entirely possible and is done in a part of the code I havent looked into yet which will do some actions when a page is initialised. I will have a chat with Louisa and see if she would be happy to try this out. If we implement this, it should at least put a stop to new users doing the [search, click results, hit reply, ignore the warning box] flow that has been happening which is ressurecting old threads.

We can try this out for a while and if it causes issues, then we can revert it back.

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: SUGGESTION: Automatically lock dormant threads

Thanks for going the extra mile and doing the 'digging' @jaread83.

 

Not always a simple decision to Lock any particular thread -  some are destined to be ongoing.  Having said that a great deal of problem based threads do become 'stale' as time passes and service upgrades made.

E.g. this one from this morning?  Speedy action by the Mods has now locked this thread, but it's a time consuming activity.

 

EDIT:  And here's a good example from this morning of a valid use of an old thread!  Undecided

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.

jelv
Seasoned Hero
Posts: 26,785
Thanks: 971
Fixes: 10
Registered: ‎10-04-2007

Re: SUGGESTION: Automatically lock dormant threads

Would it be fair to say that 99 times out of 100 this is the reason?

Re_Speedtest.net_showing_my_ISP_as_Infonet_Servic..._-_Page_2_-_Plusnet_Community_-_2017-10-30_09.36.40.png

If it becomes an issue would it be possible to block posting to old topics just for users with a low post count (i.e. based on their status)?

jelv (a.k.a Spoon Whittler)
   Why I have left Plusnet (warning: long post!)   
Broadband: Andrews & Arnold Home::1 (FTTC 80/20)
Line rental: Pulse 8 Home Line Rental (£14.40/month)
Mobile: iD mobile (£4/month)
Anotherone
Champion
Posts: 19,107
Thanks: 457
Fixes: 21
Registered: ‎31-08-2007

Re: SUGGESTION: Automatically lock dormant threads

And here is another example of a valid use of an "old" thread.

I think locking threads just because they are "more than x days old" is a bad idea IMHO.

jelv
Seasoned Hero
Posts: 26,785
Thanks: 971
Fixes: 10
Registered: ‎10-04-2007

Re: SUGGESTION: Automatically lock dormant threads

That does endorse my suggestion that only users with a certain ranking should be allowed to post to old topics.

jelv (a.k.a Spoon Whittler)
   Why I have left Plusnet (warning: long post!)   
Broadband: Andrews & Arnold Home::1 (FTTC 80/20)
Line rental: Pulse 8 Home Line Rental (£14.40/month)
Mobile: iD mobile (£4/month)
MauriceC
Resting Legend
Posts: 4,085
Thanks: 929
Fixes: 17
Registered: ‎10-04-2007

Re: SUGGESTION: Automatically lock dormant threads

Good to see you posting again @Anotherone.  Your contributions have been missedSmiley

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: SUGGESTION: Automatically lock dormant threads

I would have it so that 'established members' (a certain set of permissions I have set up for members who have a lot of posts and have been here for a while) would be able to interact with those locked threads... unfortunately this can't be done as then it gives those users the ability to post in ALL locked threads which defeats the point of locking it.

With what I am planning to do.. the flow goes a little something like this...

User visits a forum thread

Page init script checks the date of the last reply

If the last reply date is greater than X amount of years, lock the thread before the page has loaded, disabling the reply.

Display a warning at the top of the thread informing the user that the thread has be classified as archived and the discussion and fixes mentioned within the replies may no longer be valid so therefore has been locked from further replies.

Its a bit of an all or nothing situation as the page init doesn't support the checking of a users rank as it locks the thread for everyone.

The only other option is to create a script that will disable all of the reply buttons on a thread if a user is too low of a rank and the last reply was X amount of years old, everyone else (like established members, veterans, superusers, etc) would still be able to post though). Problems with this is that is isn't clear that the thread is locked out to lower rank members and also locks out those users who may need to post about an ongoing discussion.... also the fact that the 'last post date' would be reset when a user comes along and comments on an old thread.

For this we need to tread carefully as I wouldn't want to restrict anybodies freedom to post in an area which is relevant to them in its specifity.

I am rambling a little bit so apologies for the wall of text.

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.

Townman
Superuser
Superuser
Posts: 23,016
Thanks: 9,605
Fixes: 160
Registered: ‎22-08-2007

Re: SUGGESTION: Automatically lock dormant threads

Jack,

If something is of relevance in an old topic, I see no problem with starting a new thread linking to the aged one.

The problem we need to address is newbie me too posts on old stale topics. Invariably the me too is not actually the same problem ... even if symptoms appear to be similar.

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.

Mav
Moderator
Moderator
Posts: 22,392
Thanks: 4,736
Fixes: 515
Registered: ‎06-04-2007

Re: SUGGESTION: Automatically lock dormant threads

I'm not sure issue of newbies can really be addressed. Even if the rules are changed I doubt many actually read them!

 

Also, I doubt if many, if at all, would think of linking a new topic back to an old one even if a message requesting such was displayed at the time of posting.

 

Perhaps the current system of reporting such posts and letting the mods sort them is the better? (yes, I know I split a post recently that could have been linked backEmbarrassed)

Forum Moderator and Customer
Courage is resistance to fear, mastery of fear, not absence of fear - Mark Twain
He who feared he would not succeed sat still

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

Re: SUGGESTION: Automatically lock dormant threads

@jaread83

Can I suggest a possible reason for a newbie posting in an aged thread

It is that when starting a new topic there is a drop down list of suggested topics which doesn't appear to be time filtered - could a 6 month limit be added to the suggested topics

Anotherone
Champion
Posts: 19,107
Thanks: 457
Fixes: 21
Registered: ‎31-08-2007

Re: SUGGESTION: Automatically lock dormant threads

Although Jim's suggestion sounds reasonable it does then unfortunately eliminate the finding of a valid older thread. I do not like your primary idea @jaread83 as I have already said I'm against the locking of older threads just for the sake of it.

Perhaps the problem centres around the fact that the default search results appear to be sorted on "Best Match". A simpler solution would be to have the default as "Date" (newest first) which would hopefully encourage the "newbies" (as that seems to be where people suggest this problem stems) to post in a newer thread. (Also note that under >My Settings >Preferences >General - "Sort Topics" is set to "Time of most recent post" which obviously doesn't get applied to the default Search).

But changing the default search results in itself may not be sufficient ...............

@jaread83 Your "other option" suggestion of creating a script that only allows established members to post in an old script sounds better, and the "problem" could be addressed by modifying the "pop-up" message about the age of the thread, but perhaps only if it were possible for that message to have a button for "creating a new thread" with an in-built link to the old thread if a "non-established poster" believed the thread to be relevant (or come to that an establish poster may find that useful). Also note


Mav wrote:

Would it be possible to have a clickable warning box .................

Start a New Thread (which automatically opens a new thread page perhaps with the title already completed)


In any case, how much of a problem is this in reality? I think only the Mods - including retired ones Wink and perhaps some staff could comment on how much of a burden this actually is -


@Mav wrote:
Perhaps the current system of reporting such posts and letting the mods sort them is the better? (yes, I know I split a post recently that could have been linked backEmbarrassed)

 

jelv
Seasoned Hero
Posts: 26,785
Thanks: 971
Fixes: 10
Registered: ‎10-04-2007

Re: SUGGESTION: Automatically lock dormant threads


@Anotherone wrote:

Although Jim's suggestion sounds reasonable it does then unfortunately eliminate the finding of a valid older thread.


You've answered that yourself in the following paragraph - that's what search is for!

@jaread83 In advanced search, the options for date are a day, a week, a month, a year. It's a hell of a jump from a month to a year! Could you add in 6 months in line with these discussions (or replace a year with 6 months)?

Following on from that is there any merit in making the default search period 6 months? Even from a basic search when you got the results it would show the 6 months with an x beside it in the shaded i box; the user could simply remove that to search further back if needed.

jelv (a.k.a Spoon Whittler)
   Why I have left Plusnet (warning: long post!)   
Broadband: Andrews & Arnold Home::1 (FTTC 80/20)
Line rental: Pulse 8 Home Line Rental (£14.40/month)
Mobile: iD mobile (£4/month)