Extension:AddSysop

From MediaWiki.org

Jump to: navigation, search
Crystal Clear app error.png

This extension is obsolete!
It has been replaced by core functionality in the MediaWiki software (which was added in version 1.11.0).

There is no English translation of this extension yet.

             

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
AddSysop

Release status: stable

Addsysop.png
Implementation  User rights
Description grant or revoke sysop/bureaucrat
Author(s)  Anthony Spälti (ItemTalk)
Last Version  1.0
MediaWiki  1.11<
License GPL
Download addsysop.zip

check usage (experimental)

AddSysop is a combination of Desysop and MakeSysop, but you can also revoke the bureaucrat-status.

[edit] Installation

  1. Download the Code: addsysop.zip
  2. Put the Code in the folder Extension
  3. Add the following code to LocalSettings.php:
require_once("$IP/extensions/addsysop/Addsysop.php");
 
$wgGroupPermissions['bureaucrat']['addsysop'] = true;
$wgGroupPermissions['bureaucrat']['removesysop'] = true;