Extension:ListDuplicateUsers/pl

From Linux Web Expert

Revision as of 07:13, 7 April 2024 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Podręcznik rozszerzeń MediaWiki
ListDuplicateUsers
Status wydania: niewspierane
Realizacja Strona specjalna
Opis Creates a special page that lists duplicate user accounts.
Autor(zy) David Wong (daw5423talk)
Ostatnia wersja 1.0.0 (2020-05-01)
MediaWiki 1.26+
Licencja GNU General Public License 2.0 or later
Pobieranie
listduplicateusers
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').

The ListDuplicateUsers extension creates a special page that lists duplicate user accounts, which are determined by email address.

Instalacja

  • <translate> Download and place the file(s) in a directory called <tvar name=name>ListDuplicateUsers/pl</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'ListDuplicateUsers/pl' );
    
  • Configure as required.
  • 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>

Konfiguracja

Append these lines to the end of the "LocalSettings.php" file, possibly located at "/opt/htdocs/mediawiki/LocalSettings.php":

$wgGroupPermissions['listduplicateusers']['listduplicateusers'] = true;
$wgGroupPermissions['bureaucrat']['listduplicateusers'] = true;