Thanks Platonides, that line was missing. Is there a way to hide part of the wiki for some users? I have a namespace that I would like to completely hide from one of the user group. Is it possible? Or do I have to set separate wikis for that? With the autorisations I have for now, I can limit write access, but not read access.
Platonides a écrit : > 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. >> > > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > -- *André Meunier* Université de Liège Bibliothèque des Sciences de la Vie Bat B35, Avenue de l'Hôpital CHU Sart Tilman 4000 Liège Téléphone : 04 366 2173 http://www.libnet.ulg.ac.be/mede/ _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
