| Ligne 13 : | Ligne 13 : | ||
Modifier le fichier {{File| LocalSettings.php}}<br><br> | Modifier le fichier {{File| LocalSettings.php}}<br><br> | ||
'''Example:''' | |||
{{syntaxhighlight |lang=php |code= | {{syntaxhighlight |lang=php |code= | ||
$wgCategoryPermissions['Catégories_cachées']['*'][] = 'sysop'; // Sysops can do anything they want with this category. | $wgCategoryPermissions['Catégories_cachées']['*'][] = 'sysop'; // Sysops can do anything they want with this category. | ||
| MediaWiki/Mes Extensions/CategoryControl2 | |
|---|---|
| Nom | CategoryControl2 |
| Lien | |
Gérer les accès aux catégories suivant l'utilisateur
MediaWiki/Mes_Extensions
Cette extension est publiée sur MediaWiki
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.