Hello,

 From the docs, it seems to be what I am looking for.
Though it gives me an error when I try it :

Warning: Missing argument 6 for lockdownMediawikiPerformAction() in 
/var/web/bsv/public_html/wiki/extensions/Lockdown/Lockdown.php on line 113
Notice: Undefined variable: wiki in 
/var/web/bsv/public_html/wiki/extensions/Lockdown/Lockdown.php on line 116
Fatal error: Call to a member function getVal() on a non-object in 
/var/web/bsv/public_html/wiki/extensions/Lockdown/Lockdown.php on line 116

I've stated in my localsettings.php :
require_once( "$IP/extensions/Lockdown/Lockdown.php" );
$wgNamespacePermissionLockdown[200]['read'] = array('sysop');
$wgNamespacePermissionLockdown[201]['read'] = array('sysop');

200 and 201 are the namespace gt_acc and gt_acc_talk.



Platonides a écrit :
> André Meunier wrote:
>   
>> 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.
>>     
>
> http://www.mediawiki.org/wiki/Extension:Lockdown
> but maximal secrecy is only achieved using different wikis.
>
>
> _______________________________________________
> 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

Reply via email to