Extension:DonateBoxInSidebar/ru

From Linux Web Expert

Справка по расширениям MediaWiki
DonateBoxInSidebar
Статус релиза: не поддерживается
px
Реализация Тема оформления
Описание Добавляет кнопку пожертвования через PayPal в боковую панель
Автор(ы) Suriyaa Sundararuban (Suriyaa Kudotalk)
Поддерживающий(ие) Suriyaa Sundararuban
Последняя версия 1.4 (2020-04-21)
MediaWiki 1.31+
PHP 5.6+
Изменения в БД Нет
Лицензия GNU General Public License 2.0 или позднее
Скачать
$onSidebarDonateBoxContent
Ежеквартальные загрузки Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Использование общедоступными вики Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').

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.)

Установка

  • <translate> <tvar name=1>Download</tvar> and place the file(s) in a directory called <tvar name=name>DonateBoxInSidebar/ru</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Only when installing from Git, run <tvar name=composer>Composer</tvar> to install PHP dependencies, by issuing <tvar name=code>composer install --no-dev</tvar> in the extension directory.</translate> <translate> (See <tvar name=phab><translate> task <tvar name=1>T173141</tvar></translate></tvar> for potential complications.)</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'DonateBoxInSidebar/ru' );
    
  • <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
  • Configure if required
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Настройка

  1. Добавьте код вашей кнопки/поля PayPal в ваш файл LocalSettings.php с помощью:
$wgDonateBoxInSidebarContent = 'Put your PayPal code here';