Thanks for this info. I added $wgRestrictionLevels and $wgRestrictionTypes and added 'training team' to the array. But when I take protect page of an article, in the selectbox, it's showing "<protect-level-training>" (mine is MW 1.9.3).
Why it is so?
Regards,
Jack ---------------------------------------------------------------- "Intelligence triumphs muscle, Imagination triumphs both!"
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Thomas Dalton Sent: Thursday, August 09, 2007 5:34 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] why custom groups are not available in protect
There's a protect link available in articles. Clicking on that link lists only "block unregistered users" and "Sysops". Why the other mediawiki user groups are not listed there?
You need to set it in LocalSettings.php - $wgRestrictionLevels if memory serves.
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
This electronic mail (including any attachment thereto) may be confidential and privileged and is intended only for the individual or entity named above. Any unauthorized use, printing, copying, disclosure or dissemination of this communication may be subject to legal restriction or sanction. Accordingly, if you are not the intended recipient, please notify the sender by replying to this email immediately and delete this email (and any attachment thereto) from your computer system...Thank You
It probably doesn't add a new translation message when you add things to the array: Create a page called MediaWiki:Protect-level-training_team and fill it with "Training team members only" or somesuch, and it should work. (I'm not sure if it will handle the space in the group name properly.)
I had the same thing happen to me when I tested this, so I'll file a bug report on it.
P.S. What did you add to $wgRestrictionTypes? You shouldn't need to add anything unless there are additional permissions you want protection to be able to affect.
mediawiki-l@lists.wikimedia.org