Topic on Project:Support desk

Approve edits before publishing

6
2001:4898:80E8:EE31:0:0:0:4 (talkcontribs)
88.130.115.61 (talkcontribs)
2001:4898:80E8:EE31:0:0:0:4 (talkcontribs)

Thanks for the info.

Actually I'm trying “Extension:Approved Revs” for the same but getting into the below issue.

Installed “Extension:Approved Revs” to prevent publishing changes to a page until approval. For that, I did the below changes but still I could not see the (approve) link on history page. Also, the changes made on the pages are published directly to all the users.

1. Created a folder “ApprovedRevs” inside extension folder and copied all the files.

2. Executed the DB scripts to create the DB objects

3. Added the below configuration in the LocalSettings PHP file

       require_once( "$IP/extensions/ApprovedRevs/ApprovedRevs.php" );

       $wgGroupPermissions['*']['edit'] = false;

       $egApprovedRevsBlankIfUnapproved = true;

       $wgGroupPermissions['*']['viewlinktolatest'] = false;

       $wgGroupPermissions['sysop']['viewlinktolatest'] = true;

       $egApprovedRevsAutomaticApprovals = false;

       $egApprovedRevsShowApproveLatest = true;

Am I missing anything? Appreciate your help. Thanks


Regards Gopi. R

2001:4898:80E8:EE31:0:0:0:3 (talkcontribs)

Any info on this would be really helpful because stuck with this for almost a week..

Appreciate for any help on this.

Thanks in advance

Deeperlevelgame (talkcontribs)

It's been 9 years. I just found this extension (and mediawiki) but it's not working out for me, same error. Guess this post is dead? Would really love to know how to fix this...

Deeperlevelgame (talkcontribs)

Extension:Moderation


Just found this extension, seems to be a great alternative to approved revs and works fine (as far as a i can test now)! Great stuff

Reply to "Approve edits before publishing"