Disallowing edits to posts

Online Arantor

  • Wedgeward
  • Posts: 10,364
  • The Twelve Tasks of Asterix is awesome.
    • View profile
    • Innovate, not Imitate
Disallowing edits to posts
« on February 12th, 05:40 PM »
Well, more than once Nao and I talked about logging the user id of the person who edits a post. Maybe we can use that to prune some of the data from the table, maybe we won't do that yet, don't know. (It's not a huge deal if we decide to do that, put it that way.)

But what this does mean is that we can identify who last edited a post, and more importantly, we can figure out if either the last editor is the post author or not, or even if the last editor is actually a moderator.

This means we can (quickly but maybe slightly inaccurately, or slower but guaranteed accurate) identify whether the post was edited by a moderator and potentially disallow future edits to that post, by non moderators.

Would you use such a feature? Would you want it enabled by default (that if a post is edited by someone other than the author, only a moderator can edit it further)? Something further?
   computer-aided
   community building
             

Other stuff:

Offline Dr. Deejay

  • Junior Member
  • Posts: 85
  • I'm addicted to the "Go up/Go down" feature
    • View profile
Re: Disallowing edits to posts
« Reply #1 on February 12th, 05:52 PM »
I think it's a good idea and I would definitely use it. I don't know about enabling it by default, but I would definitely use it :)

Online Dragooon

  • Stupid moron
  • Consultants
  • Posts: 1,177
  • Did a looooong overdue upgrade to SMF 2.0.2....hopefully it'll fix my subscription problems.
    • View profile
Re: Disallowing edits to posts
« Reply #2 on February 12th, 07:00 PM »
I like it. Expanding upon the said idea, I've always wanted a hierarchy type system. So that a low life cannot overwrite the actions of a admin or higher moderator.
The way it's meant to be

Online Arantor

  • Wedgeward
  • Posts: 10,364
  • The Twelve Tasks of Asterix is awesome.
    • View profile
    • Innovate, not Imitate
Re: Disallowing edits to posts
« Reply #3 on February 12th, 07:13 PM »
Well, that part is sort of the idea, though I'm not sure what else you'd need to do (since locks are also similarly covered; there is an internal difference between a non-moderator locking their own topic and a moderator lock, and the non mod cannot override the mod lock)
   computer-aided
   community building
             

Other stuff:

Online Dragooon

  • Stupid moron
  • Consultants
  • Posts: 1,177
  • Did a looooong overdue upgrade to SMF 2.0.2....hopefully it'll fix my subscription problems.
    • View profile
Re: Disallowing edits to posts
« Reply #4 on February 12th, 07:17 PM »
Quote from Arantor on February 12th, 07:13 PM
Well, that part is sort of the idea, though I'm not sure what else you'd need to do (since locks are also similarly covered; there is an internal difference between a non-moderator locking their own topic and a moderator lock, and the non mod cannot override the mod lock)
But a mod can overwrite a global moderator's lock, can't they?
The way it's meant to be

Online Arantor

  • Wedgeward
  • Posts: 10,364
  • The Twelve Tasks of Asterix is awesome.
    • View profile
    • Innovate, not Imitate
Re: Disallowing edits to posts
« Reply #5 on February 12th, 07:22 PM »
Quote
But a mod can overwrite a global moderator's lock, can't they?
True enough. However, I don't want to get into that debate because you risk having to cope with not 3 states (unlocked, soft lock, hard lock) but 5 (unlocked, user lock, mod lock, global mod lock, admin lock) and you can just bet some people will want even more complex solutions where they have staff who are in group x but not group y etc... far better to keep it simple.

Also, I'm not convinced that for something like lock or pin that you need to apply a technical/logistical solution for what is ultimately a non-technical problem - if you have a moderator who keeps screwing around, remove them from being a moderator.
   computer-aided
   community building
             

Other stuff:

Online Dragooon

  • Stupid moron
  • Consultants
  • Posts: 1,177
  • Did a looooong overdue upgrade to SMF 2.0.2....hopefully it'll fix my subscription problems.
    • View profile
Re: Disallowing edits to posts
« Reply #6 on February 12th, 07:25 PM »
Quote from Arantor on February 12th, 07:22 PM
Quote
But a mod can overwrite a global moderator's lock, can't they?
True enough. However, I don't want to get into that debate because you risk having to cope with not 3 states (unlocked, soft lock, hard lock) but 5 (unlocked, user lock, mod lock, global mod lock, admin lock) and you can just bet some people will want even more complex solutions where they have staff who are in group x but not group y etc... far better to keep it simple.

Also, I'm not convinced that for something like lock or pin that you need to apply a technical/logistical solution for what is ultimately a non-technical problem - if you have a moderator who keeps screwing around, remove them from being a moderator.
Fair enough.
The way it's meant to be

Online Arantor

  • Wedgeward
  • Posts: 10,364
  • The Twelve Tasks of Asterix is awesome.
    • View profile
    • Innovate, not Imitate
Re: Disallowing edits to posts
« Reply #7 on February 12th, 07:27 PM »
Don't get me wrong, I can see situations where it would be useful, I'm just not convinced that the 'out of the box' experience with Wedge needs that, but I'm keen to avoid implementing technical solutions when there are more effective people solutions.
   computer-aided
   community building
             

Other stuff:

Offline billy2

  • Friends
  • Posts: 324
  • Looking good
    • View profile
    • skiptondivers
Re: Disallowing edits to posts
« Reply #8 on February 12th, 09:34 PM »
As far as I am concerned no one but the author, mods or admins should be able to edit  a post.
On forums where anyone can edit posts, all I can see are flame wars and derogatory comments arising.


If all the pens in our drawers worked, we would have too many.

Online Arantor

  • Wedgeward
  • Posts: 10,364
  • The Twelve Tasks of Asterix is awesome.
    • View profile
    • Innovate, not Imitate
Re: Disallowing edits to posts
« Reply #9 on February 12th, 09:41 PM »
That isn't in dispute, and normal permissions can cope with that. This suggestion is primarily for the case where a moderator edits a post and the author edits it back.
   computer-aided
   community building
             

Other stuff:

Offline live627

  • Consultants
  • Posts: 1,014
  • Took me forever to restyle a menu. And now, it loooks wonderful.
    • View profile
Re: Disallowing edits to posts
« Reply #10 on February 12th, 10:27 PM »
What about giving the mod the choice when they ed it a post if  they want to luck it from future author edits instead/in addition to it being  a  global admin setting?

Online Arantor

  • Wedgeward
  • Posts: 10,364
  • The Twelve Tasks of Asterix is awesome.
    • View profile
    • Innovate, not Imitate
Re: Disallowing edits to posts
« Reply #11 on February 12th, 10:45 PM »
Interesting idea, though it means another column we would only use very occasionally.
   computer-aided
   community building
             

Other stuff:

Offline billy2

  • Friends
  • Posts: 324
  • Looking good
    • View profile
    • skiptondivers
Re: Disallowing edits to posts
« Reply #12 on February 12th, 11:15 PM »
Quote from Arantor on February 12th, 09:41 PM
That isn't in dispute, and normal permissions can cope with that. This suggestion is primarily for the case where a moderator edits a post and the author edits it back.
Sorry, totally misread your OP


If all the pens in our drawers worked, we would have too many.

Online Nao

  • Wedgeward
  • Posts: 10,275
  • Reality check: I just discovered that Wedge already has a 'Mark unread' button for PMs, a feature in my to-do. Uh. It just isn't in the 'right' place...
    • View profile
    • Cynacittà @ noisen
Re: Disallowing edits to posts
« Reply #13 on February 12th, 11:59 PM »
Maybe this kind of 'post can't be edited by author' thing should be part of a future 'data' field.
Other elements that could be part of it (i.e. anything that's not searchable, but only used when showing the post):
- modified_time
- modified_name
- smileys_enabled?
- poster_email?
- subject??? (maybe not -- topic-wide renames, etc.)

That's still quite a lot of data that could be moved there.
  I say Wedge Wedge (in the butt)
« Everyone knows rock attained perfection in 1974. It's a scientific fact. » (Homer Simpson)

Online Arantor

  • Wedgeward
  • Posts: 10,364
  • The Twelve Tasks of Asterix is awesome.
    • View profile
    • Innovate, not Imitate
Re: Disallowing edits to posts
« Reply #14 on February 13th, 12:13 AM »
Subject, no, but the others could be I guess.

But I don't see that as a 'right now' thing, though certainly now would be the sort of time if it were going to happen.
   computer-aided
   community building
             

Other stuff: