Extension:FundraiserPortal
From MediaWiki.org
|
FundraiserPortal Release status: beta |
|||
|---|---|---|---|
| Description | Adds a "please donate" portal to the top of the sidebar | ||
| Author(s) | Trevor Parscal | ||
| MediaWiki | 1.16+ | ||
| License | GPL v2 | ||
| Download | Download snapshot Subversion [Help] |
||
|
|||
|
Check usage (experimental) |
|||
FundraiserPortal is a simple extension that adds a portal to the top of the sidebar in SkinTemplate based skins like Monobook, Modern and Vector.
[edit] Installation
- Download the extension files from the MediaWiki SVN repository
- Add into your wiki's LocalSettings.php
require_once("$IP/extensions/FundraiserPortal/FundraiserPortal.php");
- Installation can now be verified through Special:Version
[edit] Configuration
The default configuration is as follows...
$wgFundraiserPortalShow = true; $wgFundraiserPortalURL = 'http://wikimediafoundation.org/wiki/Donate/Now/en';
|
|
This extension is being used on one or more of Wikimedia's wikis. This means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
