Extension:BatchUserRights/pl
To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Rozszerzenie }} infobox. |
BatchUserRights Status wydania: niewspierane |
|
---|---|
Realizacja | Strona specjalna , Uprawnienia użytkownika |
Opis | Allows adding one or more users to a group or more groups in one action |
Autor(zy) | Sean Colombo (SColombodyskusja) |
Ostatnia wersja | 1.2.0 (2017-11-16) |
MediaWiki | 1.29+ |
Zmiany w bazie danych | Nie |
Licencja | Licencja GNU General Public License 3.0 lub nowsza |
Pobieranie | |
|
|
batchuserrights |
|
Quarterly downloads | 3 (Ranked 129th) |
Przetłumacz rozszerzenie BatchUserRights jeżeli jest dostępne na translatewiki.net | |
The BatchUserRights extension allows adding one or more users to several groups in one action.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
BatchUserRights
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/BatchUserRights - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'BatchUserRights' ); # $wgGroupPermissions['bureaucrat']['batchuserrights'] = false; // right already given by default to bureaucrats, set this to remove permission # User groups which can be added through "Special:BatchUserRights" - Example: $wgBatchUserRightsGrantableGroups = array( 'bot', 'sysop', );
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.