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) | ||
| License | GNU General Public License 2.0 or later | ||
| Download | |||
| Example | http://dev.wiki-tools.com | ||
|
|||
|
|||
|
Check usage (experimental) |
|||
SidebarDonateBox allows an automatic addition of a PayPal donate button or box to a wikis Sidebar.
[edit] Installation
- 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. |
