On 19/06/07, Jens Vieler jens.vieler@fernuni-hagen.de wrote:
howto allow all registered users only to work on discussions, not on the wiki-webpages? any config hint?
$wgGroupPermissions['sysop']['editmain'] = true; $wgNamespaceProtection[NS_MAIN] = array( 'editmain' );
This still permits users to edit the project, help, etc. namespaces, but keeps them out of the article namespace.
Rob Church