Topic on Project:Support desk

Approved Revs: Allowing the creators of a page to approve their own content

1
Jaisonmb (talkcontribs)

Hello,

First I apologize if this seems to be a repetitive question however, I have been searching and testing numerous things for a few weeks now. My organization is currently using the ApprovedRevs format of MediaWiki which I understand means that users with Admin/Bureaucrat permissions can approve newly created wiki pages as well as any/all revisions. However, the amount of approvals is getting rather big as more and more of our organization is taking advantage of this wonderful tool so we would like the creator/owner of a wiki page to be able to approval revisions themselves. We do NOT want everyone to be given admin/Bureaucrat permissions as to avoid users going to other pages they did NOT create and editing them whether accidently or on purpose. I have implanted many commands and lines of syntax to try and allow this including the below lines however, I can not seem to get the desired results. Can anyone assist? Thank you very much, Jaison

$egApprovedRevsAutomaticApprovals= false;

$egApprovedRevsApproveLatest = True;

$egApprovedRevsBlankIfUnapproved = True;

$egApprovedrevsSelfOwnedNamespace[] = array (NS_Main, NS_USER)

Reply to "Approved Revs: Allowing the creators of a page to approve their own content"