Extensión:DonateBoxInSidebar
Jump to navigation
Jump to search
DonateBoxInSidebar Release status: beta |
|||
---|---|---|---|
![]() |
|||
Implementación | Skin | ||
Descripción | Adds a PayPal donate button to the sidebar | ||
Autor(es) | Suriyaa Sundararuban (Suriyaa Kudotalk) | ||
Mantenedor(es) | iSC Inc. | ||
Última versión | 1.3-beta (2018-03-08) | ||
MediaWiki | 1.29+ | ||
PHP | 5.6+ | ||
Cambios de la base de datos | No | ||
Licencia | GNU General Public License 2.0 or later | ||
Descarga | GitHub: Note: |
||
|
|||
|
|||
Translate the DonateBoxInSidebar extension if it is available at translatewiki.net | |||
Verificar uso y versión de la matriz. |
The DonateBoxInSidebar extension allows an automatic addition of a PayPal donate button or box to a wikis sidebar. (This extension is a further development of the SidebarDonateBox extension.)
Instalación
- Download, extract y extrae los archivos en el directorio «
DonateBoxInSidebar
» dentro del directorioextensions/
existente.
- Añade el siguiente código a tu LocalSettings.php (preferiblemente al final):
require_once "$IP/extensions/DonateBoxInSidebar/DonateBoxInSidebar.php";
Listo – Navega a Special:Version en tu wiki para verificar que la apariencia se haya instalado correctamente.
Configuración
- Add your PayPal button/box code in your LocalSettings.php file using:
$wgDonateBoxInSidebarContent = 'Put your PayPal code here';
![]() | This extension was migrated from git.suriyaa.tk code and checked into a GitHub software repository. |