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 |
SVN [?]:
|
||
|
|||
| Check usage and version matrix; stats | |||
| Bugs: list open list all report | |||
FundraiserPortal is a simple extension that adds a portal to the top of the sidebar in SkinTemplate based skins like Monobook, Modern and Vector.
Installation[edit]
- 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
Configuration[edit]
The default configuration is as follows...
$wgFundraiserPortalShow = true; $wgFundraiserPortalURL = 'http://wikimediafoundation.org/wiki/Donate/Now/en';