Extension:FundraiserPortal

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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
Hooks used
SkinBuildSidebar
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]

  1. Download the extension files from the MediaWiki SVN repository
  2. Add into your wiki's LocalSettings.php
    require_once("$IP/extensions/FundraiserPortal/FundraiserPortal.php");
    
  3. 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';