On Wed, Jul 7, 2010 at 3:42 PM, OQ overlordq@gmail.com wrote:
On Wed, Jul 7, 2010 at 9:28 AM, Tolliver tolliver@dal.ca wrote:
$wgGroupPermissions[ "NetRedesign_RW" ][ "ns100edit" ] = true; [...] $wgGroupPermissions[ "Dwight_RW" ][ "ns104upload" ] = true; $wgGroupPermissions[ "Dwight_RO" ][ "ns104read" ] = true;
Your assistance would be greatly appreciated.
There are no ns10* rights. You can't make them up as you go along. The only exception for this (AFAIK) is $wgNamespaceProtection but that only affects editing.
To do what you want, you'll need one of the access extensions.
If I remember correctly, that style of permission setup is a feature of one of the access extensions. He may already have it installed :)
-Chad