Extension:SidebarDonateBox
Appearance
This extension is incompatible with MediaWiki 1.39 or any later release! You are advised against using this extension on a live site. MediaWiki developers are invited to pledge their efforts to updating this extension to make it compatible with MediaWiki 1.42 by replacing the {{Incompatible }} template with {{Incompatible |version=1.39|pledge=~~~~}} . |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Extension }} infobox. |
SidebarDonateBox Release status: unmaintained |
|
---|---|
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 | |
|
|
Quarterly downloads | 2 (Ranked 130th) |
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 yourextensions/
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";
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This extension was migrated from Daniel Friesen's Wiki-Tools.com and checked into Wikimedia's software repository. |