Extension:MiniInvite/de

From Linux Web Expert

Revision as of 04:49, 6 December 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MediaWiki-Erweiterungen
MiniInvite
Freigabestatus: Beta
Einbindung Spezialseite
Autor(en)
Letzte Version 2.1 (2016-04-01)
MediaWiki 1.39+
Lizenz Keine Lizenz angegeben
Herunterladen
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Ü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

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/MiniInvite/de</tvar>|Download]] and move the extracted <tvar name=name>MiniInvite/de</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MiniInvite%2Fde
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'MiniInvite/de' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

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.