Extension:SidebarDonateBox

Category:Extensions incompatible with 1.39 Category:Unmaintained extensions#SidebarDonateBox Category:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
SidebarDonateBox
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Skin Category:Skin extensions
Description Adds a PayPal donate button to the sidebar
Author(s) Daniel Friesen (Dantmantalk)
Latest version 1.2.0 (2020-04-24)
MediaWiki 1.29+Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
  • $wgSidebarDonateBoxContent
Quarterly downloads 1 (Ranked 91st)
Translate the SidebarDonateBox extension if it is available at translatewiki.net
Category:All extensions

The SidebarDonateBox extension allows an automatic addition of a PayPal donate button or box to a wikis sidebar.

Installation

  • Download and move the extracted SidebarDonateBox folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SidebarDonateBox
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'SidebarDonateBox' );
    $egSidebarDonateBoxContent = "Your PayPal code";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.


Category:Extensions migrated from Wiki-Tools#SidebarDonateBox

See also

Category:PayPal extensions Category:Extensions supporting fundraising and donations
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions incompatible with 1.39 Category:Extensions migrated from Wiki-Tools Category:Extensions supporting fundraising and donations Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:GPL licensed extensions Category:PayPal extensions Category:SkinBuildSidebar extensions Category:Skin extensions Category:Unmaintained extensions