Extension:ContributorsAddon
From MediaWiki.org
|
ContributorsAddon Release status: beta |
|
|---|---|
| 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 |
| Version | 1.0beta (2007-08-26) |
| MediaWiki | 1.8.0+ |
| Download | WikiMedia SVN |
| Example | PoxWiki.com |
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
- Create a new folder (directory) in the following location:
wiki-install-folder/extensions/ContributorsAddon - Download the following files:
- Copy the files in to the new ContributorsAddon folder
- Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/ContributorsAddon/ContributorsAddon.php" );
OR:
- Go to the extensions folder: cd wiki-instal-folder/extensions
- Get files from SVN: svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/ContributorsAddon
- 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.

