Extension:ContributorsAddon

From MediaWiki.org

Jump to: navigation, search

             

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
ContributorsAddon

Release status: beta

ContributorsAddon Example.PNG
Implementation  User activity
Description Creates a JavaScript popup DIV containing output from the Contributors extension - popup is activated when the mouse is moved over the 'Main Contributors' link
Author(s)  Tim Laqua
Last Version  1.0beta (2007-08-26)
MediaWiki  1.8.0+
License No license specified
Download Download snapshot

Subversion [Help]
Browse source code

Example  PoxWiki.com

check usage (experimental)

This extension creates JavaScript popup DIVs (boxes) containing the prominent contributors list generated by the Contributors Extension.

[edit] Requirements

This extension requires that the Contributors Extension is already installed and working.

[edit] Installation

  1. Download the latest snapshot and extract it to your extensions directory.
  2. Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/ContributorsAddon/ContributorsAddon.php" );

OR:

  1. Go to the extensions folder: cd wiki-instal-folder/extensions
  2. Get files from SVN: svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/ContributorsAddon
  3. Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/ContributorsAddon/ContributorsAddon.php" );

[edit] Usage

Does not interfere with the core functionality of the Contributors Extension - when JavaScript is supported, moving your mouse over the 'Main Contributors' link will cause a popup DIV to be displayed containing the most prominent contributors to an article.

See the Contributors Extension for available configuration settings.