Extension:MiniInvite/pl
Appearance
MiniInvite Status wydania: beta |
|
---|---|
Realizacja | Strona specjalna |
Autor(zy) |
|
Ostatnia wersja | 2.1 (2016-04-01) |
MediaWiki | 1.39+ |
Zmiany w bazie danych | Tak |
Licencja | Licencja GNU General Public License 2.0 lub nowsza |
Pobieranie | |
|
|
Quarterly downloads | 0 |
Przetłumacz rozszerzenie MiniInvite jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
The MiniInvite extension adds two new special pages, Special:InviteEmail and Special:EmailNewArticle, for sending out invitation emails to your friends.
When used together with the SocialProfile and NewSignupPage extensions, it is possible to gain points by referring friends to the site via links generated by this extension.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
MiniInvite
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/MiniInvite - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'MiniInvite' );
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Configuration parameters
Parameter name | Default value | Opis |
---|---|---|
$wgEmailFrom
|
$wgPasswordSender
|
The email address where invite emails are sent out from |
$wgSendNewArticleToFriends
|
false
|
When set to true, after a user has created a page in the blog category (see Extension:BlogPage ), they are redirected to Special:EmailNewArticle, prompting them to email their friends about the newly-created blog article. This likely doesn't work properly at the moment! Zobacz gerrit:166584, aby uzyskać więcej szczegółów.
|