Extension:SidebarDonateBox
SidebarDonateBox Release status: unmaintained | |||
---|---|---|---|
![]() | |||
Implementation | Skin | ||
Description | Adds a PayPal donate button to the sidebar | ||
Author(s) | Daniel Friesen (Dantmantalk) | ||
Latest version | 1.1a (2010-07-02) | ||
Database changes | No | ||
License | GNU General Public License 2.0 or later | ||
Download | |||
Example | wikiapiary.com | ||
| |||
| |||
Translate the SidebarDonateBox extension if it is available at translatewiki.net | |||
Check usage and version matrix. |
The SidebarDonateBox extension allows an automatic addition of a PayPal donate button or box to a wikis sidebar.
Installation[edit]
- Download the extension.
- Unpack the files to
extensions/SidebarDonateBox
. - Add to your LocalSettings.php file.
require_once("$IP/extensions/SidebarDonateBox/SidebarDonateBox.php");
- Add your PayPal button/box code in your LocalSettings.php file using
$egSidebarDonateBoxContent = 'PayPal code';
. - Verify installation via Special:Version.
![]() | This extension was migrated from Daniel Friesen's Wiki-Tools.com and checked into Wikimedia's software repository. |