Extension:HideSidebar/ru

From Linux Web Expert

Справка по расширениям MediaWiki
HideSidebar
Статус релиза: стабильно
Реализация Тема оформления
Описание Hides the sidebar from anonymous users
Поддерживающий(ие) MyWikis LLC
Последняя версия 2.1.1 (2021-12-20)
MediaWiki 1.27+
Изменения в БД Нет
Лицензия только GNU General Public License 2.0
Скачать
Ежеквартальные загрузки 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 HideSidebar extension suppresses displaying the sidebar to anonymous users.

Установка

  • <translate> <tvar name=1>Download</tvar> and place the file(s) in a directory called <tvar name=name>HideSidebar/ru</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'HideSidebar/ru' );
    $wgEnableSidebarCache = false; # This extension disables it by default, but $wgEnableSidebarCache should never be set to true when this extension is in use.
    
  • 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>

См. также