« MediaWiki/Mes Extensions/CategoryControl2 » : différence entre les versions

Aucun résumé des modifications
Ligne 8 : Ligne 8 :


=== Syntaxe ===
=== Syntaxe ===
Configuration dans LocalSettings.php<br>
Modifier le fichier {{File| LocalSettings.php}}<br>
example:
example:
{{syntaxhighlight |lang=php |code=
{{syntaxhighlight |lang=php |code=

Version du 12 août 2022 à 07:49


MediaWiki/Mes Extensions/CategoryControl2
Nom CategoryControl2
Lien Extension:CategoryControl2

Description

Gérer les accès aux catégories suivant l'utilisateur

  MediaWiki/Mes_Extensions


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.