Extension:DonateBoxInSidebar/de-formal

This page is a translated version of the page Extension:DonateBoxInSidebar and the translation is 20% complete.
MediaWiki extensions manual
DonateBoxInSidebar
Release status: unmaintained
px
Implementation Skin
Description Adds a PayPal donate button to the sidebar
Author(s) Suriyaa Sundararuban (Suriyaa KudoDiskussion)
Maintainer(s) Suriyaa Sundararuban
Latest version 1.4 (2020-04-21)
MediaWiki 1.31+
PHP 5.6+
Database changes No
License GNU General Public License 2.0 or later
Download
$onSidebarDonateBoxContent

The DonateBoxInSidebar extension allows an automatic addition of a PayPal donate button or box to a wiki's sidebar. (This extension is a further development of the SidebarDonateBox extension.)

Installation

  • Die Download und die Datei(en) in ein Verzeichnis namens DonateBoxInSidebar im Ordner extensions/ ablegen.
  • Wird von git aus installiert, ist Composer auszuführen, um PHP-Abhängigkeiten zu installieren, indem composer install --no-dev im Erweiterungsverzeichnis ausgeführt wird. (Siehe task T173141 für mögliche Komplikationen.)
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'DonateBoxInSidebar' );
    
  • Führen Sie das Aktualisierungsskript aus, welches automatisch die notwendigen Datenbanktabellen erstellt, die diese Erweiterung braucht.
  • Configure if required
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Konfiguration

  1. Add your PayPal button/box code in your LocalSettings.php file using:
$wgDonateBoxInSidebarContent = 'Put your PayPal code here';