7 May 16:33
Re: Is there a way to control edit rights for talk pages differently from content pages?
From: Derrick Farnell <derrick.farnell@...>
Subject: Re: Is there a way to control edit rights for talk pages differently from content pages?
Newsgroups: gmane.org.wikimedia.mediawiki
Date: 2008-05-07 14:33:37 GMT
Subject: Re: Is there a way to control edit rights for talk pages differently from content pages?
Newsgroups: gmane.org.wikimedia.mediawiki
Date: 2008-05-07 14:33:37 GMT
Great - thanks! And I would need to add a similar line for every namespace, except the Talk namespace (and MediaWiki Talk, etc.)? Is there perhaps a way of setting this protection for all namespaces, except Talk (and MediaWiki Talk, etc.), with one line, for neatness? Derrick On Wed, May 7, 2008 at 3:13 PM, Thomas Dalton <thomas.dalton@...> wrote: > 2008/5/7 Derrick Farnell <derrick.farnell@...>: > > Would I simply add to LocalSettings.php the line: > > > > $wgNamespaceProtection[NS_MAIN] = array( 'sysop' ); > > Yeah, pretty much. You may also need to add: > > $wgGroupPermissions['sysop']['sysop'] = true; > > I'm not sure if that's set by default, or not. (There is a difference > between the sysop group and a sysop permission, so you need to > explictly give the sysop group the sysop permission.) > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l@... > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >
RSS Feed