Simple Machines Community Forum

SMF Development => Feature Requests => Topic started by: HK_Berlin on February 03, 2012, 03:25:47 PM

Title: Reason for Moderatoraction in Log and add reason for edit to Post
Post by: HK_Berlin on February 03, 2012, 03:25:47 PM
I have a small suggestions. I think, by means of transparency it would be much appreciated not only to see the changes  the admins und moderators have made on a post in the moderator log - but rather a short explanation for their deletions/edits of a post.

Additionally it would be nice as a core feature that a Moderator/Admin can add a public reason to a edited Post (like the outdated mod "reason for edit") and finally in this way that the post is no longer editeble by the user after the mod/admin-edit.

Title: Re: Reason for Moderatoraction in Log and add reason for edit to Post
Post by: NanoSector on February 03, 2012, 03:32:18 PM
That's actually a good idea that will help a lot of users :)

If I may add to this, it maybe also is a nice idea to have the users informed when a post of theirs is deleted with the reason why (e.g. in a PM).
Title: Re: Reason for Moderatoraction in Log and add reason for edit to Post
Post by: Kindred on March 15, 2012, 10:58:12 AM
well, hmmm....

the moderation center DOES have a spot for comments to the items flagged for moderation...   So, the first part already exists, it's just a matter of training your mods to use it.

The second part is available as a mod.
http://custom.simplemachines.org/mods/index.php?mod=349
I agree that it would probably be useful as a core feature... but in the mean time you can make due. :)

Although locking the post from further edits is something that it does not do....   and would be a moderately difficult thing to implement, since the SMF system does not currently handle "can't edit and individual post". It's either all posts can not be edited or all posts can be edited.

Yoshi,
that also appears to be a mod. :)
http://custom.simplemachines.org/mods/index.php?mod=3188
Title: Re: Reason for Moderatoraction in Log and add reason for edit to Post
Post by: NanoSector on March 15, 2012, 11:03:02 AM
Oh, thanks, I noticed it a while ago.

Seems all of your features are already available somehow :)
Title: Re: Reason for Moderatoraction in Log and add reason for edit to Post
Post by: emanuele on July 13, 2012, 04:36:26 AM
Quote from: Kindred on March 15, 2012, 10:58:12 AM
Although locking the post from further edits is something that it does not do....   and would be a moderately difficult thing to implement, since the SMF system does not currently handle "can't edit and individual post". It's either all posts can not be edited or all posts can be edited.
It shouldn't be too difficult to implement honestly: SMF already knows if the post has been edited by someone that is not the owner (that information is stored in the posts table), so it would just be a matter of "check the permissions"...more or less. :P
Probably a nice mod though.
Title: Re: Reason for Moderatoraction in Log and add reason for edit to Post
Post by: Arantor on November 29, 2013, 10:55:29 AM
Limited (and to be improved) logging of reason of editing is now in the core, and I don't think it would be infeasible to log that into the moderation log if the person making the edit is not the original post's author.

In fact, that's all you really need to do: identify whether the person making the edit is the author. Trouble is, the way it stores it currently only tracks the *name* of the editor, not the id of the editor as well, so if you get into the realms of changing display name it can throw that all off.