Moderation issue - "post edited by..." Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
+3
SLGray
Sanket
rampages
7 posters

    Moderation issue - "post edited by..."

    avatar
    rampages
    New Member


    Posts : 5
    Reputation : 1
    Language : English

    Solved Moderation issue - "post edited by..."

    Post by rampages November 10th 2013, 10:46 pm

    It seems I've noticed on my forum, any moderator can edit a users post without adding a reason, which then shows no indication that the mod has even modified the post. The logs also do not show posts being edited by mods, only deletions.

    Having said that, bad moderators can easily edit a post, refuse to add a reason for the modification, and no one would know who did it. Is there any way to fix that with a script that forcefully shows that a post has been edited by a moderator?
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Moderation issue - "post edited by..."

    Post by Sanket November 11th 2013, 8:29 am

    I do not understand, why have you hired someone as a moderator whom you don't trust.

    Forum>Security
    Check the moderation log.

    avatar
    rampages
    New Member


    Posts : 5
    Reputation : 1
    Language : English

    Solved Re: Moderation issue - "post edited by..."

    Post by rampages November 11th 2013, 4:23 pm

    Thanks for the quick reply.

    No, at this point we assume we have all trusted moderators; however, post edits do not show up in the log where you refereed me to, only post deletions, bans, sent reports, and topic deletions.

    I'm saying, every forum is going to have a moderator that starts off nice, and then may want to be troublesome, editing posts randomly, etc, which I feel can be an issue if post edits do not show up in the log or there is no "Post edited by: User X" shown if you leave the "Reason for editing post" blank.

    If you look at the screenshot below, the action "Post Edited" doesn't show and it should start showing after the first action because we started to edit posts after that last post deletion.

    Moderation issue - "post edited by..." YIrupsz
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Moderation issue - "post edited by..."

    Post by SLGray November 11th 2013, 6:23 pm

    I believe you are correct editing a post will not appear in the list. You might need to create a rule that says when a staff member edits a post he/she has to post that they edited it.



    Moderation issue - "post edited by..." Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Solved Re: Moderation issue - "post edited by..."

    Post by Derri November 11th 2013, 7:10 pm

    To add to what SLG said, you should add that they also post in the message itself.

    So for example they could say:

    Inappropriate Content Removed~Derri

    as well as filling out the edit box.
    REDDWOLF22
    REDDWOLF22
    Forumember


    Male Posts : 160
    Reputation : 9
    Language : english
    Location : Frozen Ice Plains of HOTH

    Solved Re: Moderation issue - "post edited by..."

    Post by REDDWOLF22 November 11th 2013, 7:47 pm

    well i really dont think adding a rule will make a malicious mod put in the reason i do believe he wants to know if there is a forum option like in the pic below
    Moderation issue - "post edited by..." Forums10
    and as far as i know there is no way to force a moderator to input a reason for editing
    Giooo
    Giooo
    Forumember


    Male Posts : 155
    Reputation : 8
    Language : English, Greek
    Location : Virginia

    Solved Re: Moderation issue - "post edited by..."

    Post by Giooo November 12th 2013, 5:55 am

    Forgive me, but I don't see an option in Forumotion to force an edit reason to be provided. Now unless it were to be added as an option, your only other option is to make a rule for your moderators that states they need to provide an edit reason.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Moderation issue - "post edited by..."

    Post by Ange Tuteur November 12th 2013, 5:56 am

    Hello rampages,

    ForuMotion does not currently provide adequate information on edited posts however, I have written up a script to force the reason for editing.

    I've written this up on phpbb3 so if it doesn't work please provide me your forums url.

    Navigate to..
    Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management > Create new script

    Title: Force Reason For Editing
    Placement: In all the pages
    Javascript code:
    Code:
    jQuery(function() {
    if(!document.getElementById('mode=editpost')) {
    jQuery('fieldset.fields1 input.inputbox.medium').eq(1).prop('readonly', 'readonly').val('Post Edited');}
    });
    The script above, if used on the correct platform will add the texts 'Post Edited' to the input field. I'll also note that you cannot delete these texts as the field will be readonly to prevent deletion of the texts.

    Unfortunately this will apply to every single post that you edit, but seeing as you want to find out who is editing posts I'm sure you'll find this helpful. Wink

    Examples:
    On edit of a post the following content should be added and not removable
    Moderation issue - "post edited by..." Captu102

    Once the post is sent the user who edited that post should be displayed
    Moderation issue - "post edited by..." Captu103
    avatar
    rampages
    New Member


    Posts : 5
    Reputation : 1
    Language : English

    Solved Re: Moderation issue - "post edited by..."

    Post by rampages November 13th 2013, 12:29 am

    Seth thanks for the code, however it does not work.

    Do you think it would be best if I sent you a private message with my forum URL and setup a temp admin account for you, so you may check if I am doing something wrong?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Moderation issue - "post edited by..."

    Post by Ange Tuteur November 13th 2013, 12:31 am

    Yes, that will be fine. I may need to modify the selection for your forum.
    avatar
    rampages
    New Member


    Posts : 5
    Reputation : 1
    Language : English

    Solved Re: Moderation issue - "post edited by..."

    Post by rampages November 13th 2013, 12:46 am

    SethC1995 wrote:Yes, that will be fine. I may need to modify the selection for your forum.
    PM sent to you with details, full access. Feel free to do what you think will fix the problem.

    If you need direct contact with me, you can get a hold of my on this Skype account: dualsoftprojects (You can send a message to that account even if the invite isn't accepted)

    I may not respond for a bit because dinner is ready but I really appreciate the help. Thanks. Smile
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Moderation issue - "post edited by..."

    Post by Ange Tuteur November 13th 2013, 12:48 am

    All done!

    Since you have the topic description activated I needed to change the index number to '2'. Your edited posts should now be forced with content.

    Code:
    jQuery(function() {
    if(!document.getElementById('mode=editpost')) {
    jQuery('fieldset.fields1 input.inputbox.medium').eq(2).prop('readonly', 'readonly').val('Post Edited');}
    });
    Edit:
    I also wrote another which doesn't rely on the index numbers which I believe would be better.

    You can replace if you wish Wink
    Code:
    jQuery(function() {
    if(!document.getElementById('mode=editpost')) {
    jQuery('fieldset.fields1 dl:contains(Reason for editing) input.inputbox.medium').prop('readonly', 'readonly').val('Post Edited');}
    });
    Let me know if all works well. Very good
    avatar
    rampages
    New Member


    Posts : 5
    Reputation : 1
    Language : English

    Solved Re: Moderation issue - "post edited by..."

    Post by rampages November 13th 2013, 1:12 am

    Works like a charm! Thanks for your support. Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Moderation issue - "post edited by..."

    Post by SLGray November 13th 2013, 1:17 am

    Topic Solved & Locked



    Moderation issue - "post edited by..." Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.