Extension:AddSysop
From MediaWiki.org
There is no English translation of this extension yet.
|
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
- Download the Code: addsysop.zip
- Put the Code in the folder Extension
- Add the folow Code to LocalSettings.php:
require_once("$IP/extensions/addsysop/Addsysop.php"); $wgGroupPermissions['bureaucrat']['addsysop'] = true; $wgGroupPermissions['bureaucrat']['removesysop'] = true;

