Does using $wgNamespaceProtection give me the option to restrict editing anything in a namespace (except the talk pages) to a particular group? I'm guessing I can create a custom group of people and don't have to use the default sysop / bureaucrat stuff.
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Platonides Sent: Monday, March 19, 2007 5:38 PM To: mediawiki-l@lists.wikimedia.org Subject: Re: [Mediawiki-l] access controls in 1.9.3
If you only want to restrict by namespace, it's much easier. You could code an an extension for it or even use the builtin $wgNamespaceProtection (including everything but Talk namespace).