Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: vbgamer45 on April 05, 2012, 01:34:56 PM

Title: Send Pm On X Posts (SPOX)
Post by: vbgamer45 on April 05, 2012, 01:34:56 PM
Link to the mod (https://custom.simplemachines.org/index.php?mod=3345)

(http://bit.ly/kZVDB6)

[glow=black,2,300]Send Pm On X Posts[/glow]
Created by Vicram10 (http://www.smfsimple.com/index.php?action=profile;u=1189)
Updated by 4kstore (http://www.smfsimple.com/index.php?action=profile;u=55)
for SMFSimple.com (http://www.smfsimple.com/)

SMF 2.0



[glow=black,2,300]El soporte oficial de los desarrolladores de nuestros mods lo encontraras en SMFSimple.com[/glow]



[glow=black,2,300]Description:[/glow]
With this mod you can send a personal message automatically when the user reaches a number of Posts X for groups by counting Message

[glow=black,2,300]Descripcion:[/glow]
Con este mod tienes la Posibilidad de enviar un Mensaje Personal de manera automatica al momento de que el usuario alcanza un numero de Posts X correspondiente a los grupos por conteo de Mensaje



[glow=black,2,300]Features:[/glow]

[glow=black,2,300]Caracteristicas:[/glow]



[glow=black,2,300]Screenshots | Imagenes[/glow]
(http://i.imgur.com/VTnF1.png)
(http://i.imgur.com/5AUMg.png)


Language Support | Lenguajes Soportados
- English
- Spanish_latin
- Spanish_es



* This SMF modification is subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this SMF modification except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/

[glow=black,2,300]Send Pm On X Posts[/glow]
Title: Re: Send Pm On X Posts (SPOX)
Post by: Robert. on April 05, 2012, 01:42:23 PM
Nice mod :) I'd suggest making the settings page fit with Curve though (adding round corners)
Title: Re: Send Pm On X Posts (SPOX)
Post by: 4Kstore on April 05, 2012, 10:14:23 PM
Quote from: 医生唱片骑师 on April 05, 2012, 01:42:23 PM
Nice mod :) I'd suggest making the settings page fit with Curve though (adding round corners)

Thanks for the suggestion...
Title: Re: Send Pm On X Posts (SPOX)
Post by: distante on April 05, 2012, 10:18:22 PM
/me likes
Title: Re: Send Pm On X Posts (SPOX)
Post by: lean on April 06, 2012, 12:03:42 AM
Great!!
Title: Re: Send Pm On X Posts (SPOX)
Post by: vicram10 on April 09, 2012, 08:39:31 AM
nice mod congrats :)
Title: Re: Send Pm On X Posts (SPOX)
Post by: SSimple Team on April 13, 2012, 04:50:16 PM
Quote from: vicram10 on April 09, 2012, 08:39:31 AM
nice mod congrats :)

Thanks!
Title: Re: Send Pm On X Posts (SPOX)
Post by: Biology Forums on April 13, 2012, 09:27:13 PM
Would this be available for 1.x?
Title: Re: Send Pm On X Posts (SPOX)
Post by: 4Kstore on April 13, 2012, 10:14:34 PM
No, only for 2.X versions.
Title: Re: Send Pm On X Posts (SPOX)
Post by: Biology Forums on April 14, 2012, 12:35:49 AM
Quote from: 4Kstore on April 13, 2012, 10:14:34 PM
No, only for 2.X versions.

That's too bad, I requested this modification years ago :'(
Title: Re: Send Pm On X Posts (SPOX)
Post by: distante on April 14, 2012, 12:38:01 AM
The 1.x and the 2.x version have very different functions and It's hard to do everything for the both versions.

Since the 2.x is now an stable version most of the new mods are being made just thinking in that version.
Title: Re: Send Pm On X Posts (SPOX)
Post by: Biology Forums on April 14, 2012, 01:13:44 PM
Quote from: distante on April 14, 2012, 12:38:01 AM
The 1.x and the 2.x version have very different functions and It's hard to do everything for the both versions.

Since the 2.x is now an stable version most of the new mods are being made just thinking in that version.

With coding, anything is possible ;)

It's money that drives people to do things, if a person were to pay a freelancer, they'd have this in days.

But regardless, great mod.
Title: Re: Send Pm On X Posts (SPOX)
Post by: 4Kstore on April 14, 2012, 03:50:14 PM
Quote from: Liam_michael on April 14, 2012, 01:13:44 PM
Quote from: distante on April 14, 2012, 12:38:01 AM
The 1.x and the 2.x version have very different functions and It's hard to do everything for the both versions.

Since the 2.x is now an stable version most of the new mods are being made just thinking in that version.

With coding, anything is possible ;)

It's money that drives people to do things, if a person were to pay a freelancer, they'd have this in days.

But regardless, great mod.

This mod is free! if you want take it and re-code the querys to smf1 and sharing you are totally free!
Title: Re: Send Pm On X Posts (SPOX)
Post by: demlak on January 04, 2013, 10:14:22 PM
Possible german translation:

//Start S.P.O.X.S. MOD
$txt['spoxs_submit'] = 'Speichern';
$txt['spoxs_admin_title'] = 'SPOXS - Konfiguration';
$txt['spoxs_admin_description'] = 'Einstellungen für SPOXS';
$txt['spoxs_enable'] = 'Aktiviere \'Send Pm On X Posts\'?';
$txt['spoxs_pm_from'] = '<strong>Autor ID</strong>
<br />ID des Benutzers der als Absender genutzt wird.
<br /><strong>Deine ID ist: '.$user_info['id'].'</strong>';
$txt['spoxs_groups_select'] = '<strong>Gruppen</strong>
<br />Gruppen für die SPOXS aktiviert ist';
$txt['spoxs_pm_subject'] = '<strong>Titel</strong>
<br />Überschrift der PM';
$txt['spoxs_pm_message'] = '<strong>Inhalt der PM</strong>
<br />Die Nachricht die der Benutzer bekommt.
<br />Folgende Variablen sind nutzbar:
<br /><strong>[RANK]</strong> der neue Benutzerrang
<br /><strong>[USERNAME]</strong> der Benutzername
<br /><strong>[POSTS]</strong> Anzahl der bisherigen Nachrichten
<br />BBCode kann genutzt werden';
$txt['spoxs_pm_default_body'] = 'Gratulation [USERNAME], du hast [POSTS] posts und deine neue Benutzergruppe ist[RANK].';
$txt['spoxs_pm_default_subject'] = 'Gratulation, neuer Benutzerrang.';
//End S.P.O.X.S. MOD


part with member id also fixed
(thx to TehCraw)
Title: Re: Send Pm On X Posts (SPOX)
Post by: Colin on January 04, 2013, 11:16:48 PM
Now I see what you were bickering about on IRC :).
Title: Re: Send Pm On X Posts (SPOX)
Post by: 4Kstore on January 05, 2013, 02:38:58 AM
@demlak thanks for share, I will add this in next update of this mod