Extension:SidebarDonateBox

From mediawiki.org
MediaWiki extensions manual
SidebarDonateBox
Release status: unmaintained
px
Implementation Skin
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+
License GNU General Public License 2.0 or later
Download
  • $wgSidebarDonateBoxContent
Quarterly downloads 2 (Ranked 145th)
Translate the SidebarDonateBox extension if it is available at translatewiki.net

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

Installation[edit]

  • 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.


See also[edit]