Extensión:MiniInvite
Appearance
Estado de la versión: beta |
|
|---|---|
| Implementación | Página especial |
| Autor(es) |
|
| Última versión | 2.1 (2016-04-01) |
| MediaWiki | 1.43+ |
| Cambios en la base de datos | Sí |
| Licencia | Licencia Pública General de GNU 2.0 o posterior |
| Descargar | |
|
|
| Traduce la extensión MiniInvite si está disponible en translatewiki.net | |
| Incidentes | Tareas abiertas · Reportar un error |
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 mueve la carpeta
MiniInviteextraída a tu directorioextensions/.
Los desarrolladores y contribuidores de código deberían instalar la extensión desde Git en su lugar, usando: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.
|
