André Meunier wrote:
Ok ! that part works. Thank you !
Now, there are still things that I don't understand, and that don't work.
For now, I have 3 types of user : admin, bac2008 and gt_acc. admin of course should have access to all. bac2008 should only have access (read and write) to the bac2008 namespace. gt_acc should access bac2008 (read only) and to gt_acc (read and write).
with the permissions I have now, admin has only reading rights to the gt_acc namespace
$wgGroupPermissions['sysop']['editgt_acc'] = true;
and the gt_acc has no writing rights at all (either in bac2008 or gt_acc namespaces).
It should be able to write to gt_acc I hope you only replaced "$wgExtraNamespaces = array(200 => "gt_acc", 201 => "gt_acc_talk" );", and not the whole block of $wgGroupPermissions['gt_acc'] lines.
I'm really having a hard time understanding those permissions..
A.