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). |
|
AddSysop Release status: stable |
|||
|---|---|---|---|
| Implementation | User rights | ||
| Description | grant or revoke sysop/bureaucrat | ||
| Last version | 1.0 | ||
| MediaWiki | less than 1.11 | ||
| License | GPL | ||
| Download | addsysop.zip | ||
|
|||
|
Check usage (experimental) |
|||
AddSysop is a combination of Desysop and MakeSysop, but you can also revoke or grant the bureaucrat rights.
[edit] Installation
- Download the files: addsysop.zip
- Put the whole folder (you don't need to create a new one) in your extension directory.
- Add the following lines to your local settings:
require_once("$IP/extensions/addsysop/Addsysop.php"); $wgGroupPermissions['bureaucrat']['addsysop'] = true; $wgGroupPermissions['bureaucrat']['removesysop'] = true;
| Language: | English • Deutsch |
|---|