Extension:BulkBlock

From Linux Web Expert

Revision as of 21:11, 15 March 2024 by imported>Pppery (alt) (→‎Installation: Category:Pages using deprecated enclose attributes, removed: enclose="div")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> This extension is professionally maintained by the WikiTeq team.</translate>
<translate> WikiTeq provides official support for [[<tvar name=1>Special:MyLanguage/Version lifecycle</tvar>|MediaWiki LTS releases only]].</translate> <translate> It may work with other MediaWiki releases.</translate>
MediaWiki extensions manual
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
  • bulkblock
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
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 website.

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/BulkBlock</tvar>|Download]] and move the extracted <tvar name=name>BulkBlock</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/BulkBlock
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'BulkBlock' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

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