Extension:SpecialUserScore

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
SpecialUserScore

Release status: beta

UserScore-Screenshot.gif
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]
Commit history
Note:
No localisation updates are provided by translatewiki.net.

README

Check usage and version matrix

The SpecialUserScore extension measures user scores by the number of contributions.

Installation [edit]

  1. Download the files from GitHub as tar.gz or zip
  2. Create a directory SpecialUserScore in your $IP/extensions directory.
  3. Extract the files to this $IP/extensions/SpecialUserScore directory.
  4. Add
    require_once( "$IP/extensions/SpecialUserScore/SpecialUserScore.php" );
    to the bottom of LocalSettings.php.
  5. Installation can now be verified through Special:Version of your wiki.

See also [edit]