Extension:FilterListUsers
![]() Release status: beta |
|
---|---|
Implementation | User rights |
Description | Filters out users that haven't edited from Special:ListUsers |
Author(s) | Jack Phoenix |
Latest version | 1.5 (2017-01-23) |
MediaWiki | 1.39+ |
License | GNU General Public License 2.0 or later |
Download | |
|
|
Quarterly downloads | 1 (Ranked 171st) |
Translate the FilterListUsers extension if it is available at translatewiki.net | |
FilterListUsers is a MediaWiki extension that hides users who have made $wgFilterListUsersMinimumEdits
(5 by default) or less edits from Special:ListUsers unless the current user has the viewallusers
user right, in which case they can view the full, "uncensored" user list. Users who belong to one (or more) of the user groups listed in the $wgFilterListUsersExemptGroups
configuration variable are also not filtered out; by default these groups are: sysop, bureaucrat, steward, staff, globalbot
By default administrators have the viewallusers
user right, so they can view the full user list.
This extension is based on an old core hack by Wikia.
InstallationEdit
- Download and place the file(s) in a directory called
FilterListUsers
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'FilterListUsers' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.