Extension:UnblockMe
Appearance
A request to archive this extension has been made on Phabricator. See T391752 for the archival request and the rationale for the request, and to leave comments about the request. |
This extension is in development right now, please don't download it until this message is removed. Thank you for your understanding!
Release status: experimental |
|
|---|---|
| Implementation | Special page |
| Description | Allows blocked users to submit unblock requests for administrators to review. |
| Author(s) | Examknow, Kizule |
| Latest version | 1.0.3 |
| MediaWiki | |
| Database changes | Yes |
| License | GNU General Public License 2.0 or later |
| Download | |
| Translate the UnblockMe extension if it is available at translatewiki.net | |
The UnblockMe extension was developed to alleviate some of the issues with talk page unblock requests.
Usage
[edit]Only users with the unblock right may review requests. Any logged in user may submit an unblock request. Unblock requests are submitted via Special:UnblockMe and they can be reviewed on Special:UnblockRequests.
Installation
[edit]- Download and move the extracted
UnblockMefolder to yourextensions/directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UnblockMe
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'UnblockMe' );
- Run the update script which will automatically create the necessary database tables that this extension needs.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
