Skip to content

JLTRY/CategoryControl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CategoryControl2 Mediawiki Extension

The CategoryControl2 Mediawiki Extension

was derived from https://www.mediawiki.org/wiki/Extension:CategoryControl that was archived

This version works with Mediawiki 1.37.x and php 7.3.x

Licence:

All scripts are under GPL License.

Installation

To install this extension, add the following to LocalSettings.php:

require_once("$IP/extensions/CategoryControl2/CategoryControl.php");

Configuration

exemple: $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.

Original files from

https://www.mediawiki.org/w/index.php?oldid=2495022

Changes

adapt to mediawiki 1.31.x

Comments

This extension allows to control access to categories depending on user

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages