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 | ||
| Last version | 1.0beta (2007-08-26) | ||
| MediaWiki | 1.8.0+ | ||
| License | No license specified | ||
| Download | Download snapshot Subversion [Help] |
||
| 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
- Download the latest snapshot and extract it to your extensions directory.
- 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.
| Language: | English • Português do Brasil |
|---|
