Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suriyaa/mediawiki-extensions-donateboxinsidebar
Allows an automatic addition of a PayPal donate button or box to a wikis sidebar
https://github.com/suriyaa/mediawiki-extensions-donateboxinsidebar
box donate mediawiki mediawiki-extension mediawiki-skin
Last synced: 15 days ago
JSON representation
Allows an automatic addition of a PayPal donate button or box to a wikis sidebar
- Host: GitHub
- URL: https://github.com/suriyaa/mediawiki-extensions-donateboxinsidebar
- Owner: suriyaa
- Created: 2017-11-04T16:13:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T17:55:03.000Z (over 3 years ago)
- Last Synced: 2024-11-12T22:43:10.366Z (3 months ago)
- Topics: box, donate, mediawiki, mediawiki-extension, mediawiki-skin
- Language: PHP
- Homepage: https://www.mediawiki.org/wiki/Extension:DonateBoxInSidebar
- Size: 21.5 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# DonateBoxInSidebar
The **DonateBoxInSidebar** extension allows an automatic addition of a PayPal donate button or box to a wikis sidebar.## Installation
Download and upload the zip file to /extensions and extract. Rename directory folder to `DonateBoxInSidebar` and add the following to LocalSettings.php to enable this extension:```
wfLoadExtension( 'DonateBoxInSidebar' );
```## Additional Information
See https://www.mediawiki.org/wiki/Extension:DonateBoxInSidebar for more information about this extension.