Description
Gérer les accès aux catégories suivant l'utilisateur
MediaWiki/Mes_Extensions
MediaWiki
Cette extension est publiée sur MediaWiki
not found :Extension:CategoryControl;:
Syntaxe
Modifier le fichier LocalSettings.php
example:
$wgCategoryPermissions['Catégories_cachées']['*'][] = 'sysop'; // Sysops can do anything they want with this category.
$wgCategoryPermissions['Catégories_cachées']['read'] = array('sysop', 'family'); // Sysops can do anything they want with this category.
$wgCategoryPermissions['Private']['*'][] = 'sysop'; // Sysops can do anything they want with this category.
$wgCategoryPermissions['Private']['read'] = array('sysop', 'family'); // Sysops can do anything they want with this category.