Extension:AddSysop
From MediaWiki.org
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.
|
Release status: stable |
|||
|---|---|---|---|
| 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
- Download the Code: addsysop.zip
- Put the Code in the folder Extension
- Add the following code to LocalSettings.php:
require_once("$IP/extensions/addsysop/Addsysop.php"); $wgGroupPermissions['bureaucrat']['addsysop'] = true; $wgGroupPermissions['bureaucrat']['removesysop'] = true;