Extension:AddSysop

From MediaWiki.org

Jump to: navigation, search

There is no English translation of this extension yet.

Manual on MediaWiki Extensions
List of MediaWiki Extensions
AddSysop

Release status: stable

Description grant or revoke sysop/bureaucrat
Author(s) Anthony Spälti (Item Talk)
Version 1.0
MediaWiki 1.11<
License GPL
Download addsysop.zip
Added rights addsysop, removesysop, sysop, bureaucrat

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 folow Code to LocalSettings.php:
require_once("$IP/extensions/addsysop/Addsysop.php");
 
$wgGroupPermissions['bureaucrat']['addsysop'] = true;
$wgGroupPermissions['bureaucrat']['removesysop'] = true;
Personal tools