Erweiterung:MiniInvite

From mediawiki.org
This page is a translated version of the page Extension:MiniInvite and the translation is 58% complete.
MediaWiki-Erweiterungen
MiniInvite
Freigabestatus: Beta
Einbindung Spezialseite
Autor(en)
Letzte Version 2.1 (2016-04-01)
MediaWiki 1.39+
Datenbankänderungen Ja
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen
  • $wgSendNewArticleToFriends
Quarterly downloads 2 (Ranked 147th)
Übersetze die MiniInvite-Erweiterung, wenn sie auf translatewiki.net verfügbar ist
Probleme Offene Aufgaben · Einen Fehler melden

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.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens MiniInvite im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MiniInvite
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
    wfLoadExtension( 'MiniInvite' );
    
  • Yes Erledigt – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Konfigurationsparameter

Parametername Standardwert Beschreibung
$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 Erweiterung: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! Siehe gerrit:166584 für weitere Details.