Jump to content

Extension:WhosOnline/pl

From mediawiki.org
This page is a translated version of the page Extension:WhosOnline and the translation is 22% complete.
Podręcznik rozszerzeń MediaWiki
WhosOnline
Status wydania: stabilne
Realizacja Aktywność użytkownika , Strona specjalna
Opis Creates a list of logged-in users currently online
Autor(zy) Maciej Brencz
Ostatnia wersja 1.9.0 (grudzień 2025)
Polityka zgodności Snapshots releases along with MediaWiki. Master nie jest kompatybilny wstecznie.
MediaWiki 1.39.4+
Zmiany w bazie danych Tak
  • $wgWhosOnlineShowRealName
  • $wgWhosOnlinePerWiki
  • $wgWhosOnlineTimeout
Licence Licencja GNU General Public License 2.0 lub nowsza
Pobieranie
Przetłumacz rozszerzenie WhosOnline jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

The WhosOnline extension adds a special page, Special:WhosOnline, which shows the list of all logged-in users currently viewing the wiki. It creates this list by finding all users who last viewed any page on the wiki less than the time ago specified by the setting $wgWhosOnlineTimeout, which by default is one hour.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie WhosOnline w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WhosOnline
    
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'WhosOnline' );
    
  • Uruchom skrypt aktualizujący, który automatycznie stworzy potrzebne tabele dla tego rozszerzenia.
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Użycie

Users who login after the extension is installed can be seen at Special:WhosOnline. Refresh the page if it is blank. It is possible to transclude the contents of the special page into another page: {{:Special:WhosOnline}}. If you use {{:Special:WhosOnline/10/shownav}} it will only show 10 users and will have the navigation controls.