Extension:SidebarDonateBox
From MediaWiki.org
|
SidebarDonateBox Release status: stable |
|||
|---|---|---|---|
![]() |
|||
| Implementation | Skin | ||
| Description | Adds a PayPal donate button to the sidebar | ||
| Author(s) | Daniel Friesen (Dantmantalk) | ||
| Last version | 1.1a (2010-07-02) | ||
| Database changes | no | ||
| License | GNU General Public License 2.0 or later | ||
| Download | |||
| Example | wikiapiary.com | ||
|
|||
|
|||
| 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 svn. The original archived extension page can be viewed at http://wiki-tools.com/wiki/SidebarDonateBox and previous versions and commits to version control can be checked out from the old svn repo there. |
