Extension:BulkBlock
Appearance
This extension is professionally maintained by the WikiTeq team.
WikiTeq provides official support for MediaWiki LTS releases only. It may work with other MediaWiki releases.
BulkBlock Release status: stable |
|
---|---|
Implementation | Special page , User access |
Description | Allows blocking of users by providing a list in a Special page textarea |
Author(s) | WikiTeqtalk |
Maintainer(s) | WikiTeq team |
Latest version | 1.0.0 (2023-04-28) |
Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
MediaWiki | 1.35+ |
PHP | 7.4+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | |
|
|
Quarterly downloads | 6 (Ranked 126th) |
Translate the BulkBlock extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The BulkBlock MediaWiki extension allows administrators to easily block multiple users at once on a MediaWiki wiki.
Installation
- Download and move the extracted
BulkBlock
folder 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/BulkBlock - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BulkBlock' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Or install via Git:
git clone "https://gerrit.wikimedia.org/r/mediawiki/extensions/BulkBlock"
Usage
- Navigate to the Special:BulkBlock page on your MediaWiki website.
- Enter the usernames of the users you wish to block in the text box.
- Enter the reason for the block in the text box.
- Press the "Block" button.
See also
- Extension:GlobalBlocking
- Extension:RegexBlock
- Extension:TorBlock
- Manual:BlockUsers.php maintenance script