Extensión:MiniInvite
MiniInvite Estado de lanzamiento: beta |
|
---|---|
Implementación | Página especial |
Autor(es) |
|
Última versión | 2.1 (2016-04-01) |
MediaWiki | 1.39+ |
Cambios de la base de datos | Sí |
Licencia | GNU Licencia Pública general 2.0 o posterior |
Descarga | |
|
|
Descargas trimestrales | 0 |
Traduce la extensión MiniInvite si está disponible en translatewiki.net | |
Asuntos | Tareas abiertas · Reportar un bug |
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.
Instalación
- Descarga y extrae los archivos en un directorio denominado «
MiniInvite
» dentro de la carpetaextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MiniInvite - Añade el siguiente código en la parte final de tu archivo LocalSettings.php :
wfLoadExtension( 'MiniInvite' );
- Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.
Parámetros de configuración
Nombre de parámetro | Valor predeterminado | Descripción |
---|---|---|
$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 Extensión: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! Véase gerrit:166584 para más detalles.
|