Extension:LookupUser/pl
Appearance
LookupUser Status wydania: stabilne |
|
---|---|
Realizacja | Strona specjalna |
Opis | Allows to retrieve information about a user such as email address and ID |
Autor(zy) | Tim Starlingdyskusja |
Ostatnia wersja | 1.5.2 (2018-07-14) |
MediaWiki | 1.25+ |
Zmiany w bazie danych | Nie |
Licencja | Licencja GNU General Public License 2.0 lub nowsza |
Pobieranie | |
lookupuser |
|
Quarterly downloads | 25 (Ranked 106th) |
Przetłumacz rozszerzenie LookupUser jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
The LookupUser extension allows to retrieve information about a user such as email address, user ID and the user preferences, i.e. everything that the user has specified in their preferences.
This extension also displays the last time a user either made a login, or any edit, which it lists as the "User record last touched:" time and date element of its log. (This will be displayed as UTC even if you've set a custom time zone/the server's time zone is different.)
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
LookupUser
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/LookupUser - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'LookupUser' ); // Who can use Special:LookupUser? // If you want that sysops can use it: #$wgGroupPermissions['*']['lookupuser'] = false; #$wgGroupPermissions['sysop']['lookupuser'] = true; // Or, do you want a new user group for this. // (users with the 'userrights' right can add users to this group only bureaucrats by default) $wgGroupPermissions['*']['lookupuser'] = false; $wgGroupPermissions['lookupuser']['lookupuser'] = true;
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Użycie
The extension is accessed via the "Special:LookupUser" page.
To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: To nie jest pełna lista. Niektóre farmy/hosty wiki lub pakiety mogą zawierać to rozszerzenie nawet jeśli nie są one tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |