Extension:SpecialUserScore
From MediaWiki.org
SpecialUserScore Release status: beta |
|||
---|---|---|---|
![]() |
|||
Implementation | Special page, User activity | ||
Description | Measures the user scores by the number of contributions. | ||
Author(s) | Mathias Feindt, Nic Jansma |
||
Latest version | 2.1.1 (2013-07-08) | ||
MediaWiki | 1.18+ | ||
Database changes | No | ||
License | GPL v2+ | ||
Download | Project page Git [Help] |
||
|
|||
Translate the SpecialUserScore extension if possible |
|||
Check usage and version matrix; code metrics |
The SpecialUserScore extension provides a special page for displaying user score as measured by number of contributions.
Installation[edit | edit source]
- Download the files from GitHub as tar.gz or zip
- Create a directory
SpecialUserScore
in your$IP/extensions
directory. - Extract the files to this
$IP/extensions/SpecialUserScore
directory. - Add
require_once( "$IP/extensions/SpecialUserScore/SpecialUserScore.php" );
- Installation can now be verified through Special:Version of your wiki.