Extension:FundraiserPortal

From MediaWiki.org

Jump to: navigation, search

       

Manual on MediaWiki Extensions
List of MediaWiki Extensions
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 Download snapshot

Subversion [Help]
Browse source code

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

  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

[edit] Configuration

The default configuration is as follows...

$wgFundraiserPortalShow = true;
$wgFundraiserPortalURL = 'http://wikimediafoundation.org/wiki/Donate/Now/en';