Jump to content

Extension:DonateBoxInSidebar/pl

From mediawiki.org
This page is a translated version of the page Extension:DonateBoxInSidebar and the translation is 20% complete.
Podręcznik rozszerzeń MediaWiki
DonateBoxInSidebar
Status wydania: niewspierane
px
Realizacja Skórka
Opis Adds a PayPal donate button to the sidebar
Autor(zy) Suriyaa Sundararuban (Suriyaa Kudodyskusja)
Opiekun(owie) Suriyaa Sundararuban
Ostatnia wersja 1.4 (2020-04-21)
MediaWiki 1.31+
PHP 5.6+
Zmiany w bazie danych Nie
Licencja Licencja GNU General Public License 2.0 lub późniejsza
Pobieranie
$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.)

Instalacja

  • Download i umieść plik(i) w katalogu o nazwie DonateBoxInSidebar w swoim katalogu extensions/.
  • Tylko w przypadku instalacji z repozytorium git należy uruchomić Composer, aby zainstalować zależności PHP, poprzez wywołanie composer install --no-dev w katalogu rozszerzenia. (Zobacz zadanie T173141 w celu uzyskania informacji o możliwych komplikacjach.)
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'DonateBoxInSidebar' );
    
  • Uruchom skrypt aktualizujący, który automatycznie stworzy potrzebne tabele dla tego rozszerzenia.
  • Configure if required
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Konfiguracja

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