List others groups in Protect Page
Adjust $wgRestrictionLevels or give the MGP group the "editprotected" right.
Thank Emufarmers and sorry for the late to answer you..
I have done it, and now the MGP group appears in the protect page, but with this configuration I have another problem now.
When an admin protects the page to only administrators, the MGP groups can edit this pages. What do I have to do for solving it?
This is my LocalSettings:
$wgRestrictionLevels[] = 'MGP';
$wgGroupPermissions['MGP']['MGP'] = true;
$wgGroupPermissions['sysop']['MGP'] = true;
Thank you.
You didn't do that and give the MGP group the "editprotected" right, did you?
I have $wgGroupPermissions['MGP']['protect'] = true;
If I don't put this code, it's works like I want, but the group's user can't protect the pages :(
The permissions system (at least without extensions) isn't granular enough to allow you to have a group that can protect pages but can't edit all protected pages. Sorry.