Extension:SpecialUserScore
From MediaWiki.org
|
SpecialUserScore Release status: beta |
|
|---|---|
| Implementation | Special page, User activity |
| Description | User score as measured by number of contributions |
| Author(s) | Mathias Feindt, Nic Jansma |
| Last version | 2.0.1 (2011-12-18) |
| MediaWiki | 1.18+ |
| Database changes | no |
| License | GPL v2+ |
| Download | Project page Download snapshot Git [Help] |
| Check usage and version matrix | |
The SpecialUserScore extension measures user scores by the number of contributions.
Installation [edit]
- Download the files from GitHub as tar.gz or zip
- Create a directory
SpecialUserScorein your$IP/extensionsdirectory. - Extract the files to this
$IP/extensions/SpecialUserScoredirectory. - Add
to the bottom of LocalSettings.php.require_once( "$IP/extensions/SpecialUserScore/SpecialUserScore.php" );
- Installation can now be verified through Special:Version of your wiki.