News:

Wondering if this will always be free?  See why free is better.

Main Menu

Need a mod for birth day notification

Started by ade9ja, April 05, 2011, 12:07:42 PM

Previous topic - Next topic

ade9ja

Good dsy house, i will like to install a mod that can send a predefined text to members on their birth day, please anybody with any info on how to get this done?
Tips on troubleshooting, installation, upgrading and general maintenance of your PC from the computer planet on www.mypchub.com

Illori

i believe smf does not this by default. admin -> mail -> settings -> birthday message to use.

Spoogs

By default you can send an email to users in SMF or you can try this mod
http://custom.simplemachines.org/mods/index.php?mod=2026

Allows you to make a post in the forum as well as send a PM to the user

ade9ja

Quote from: Illori on April 05, 2011, 12:09:34 PM
i believe smf does not this by default. admin -> mail -> settings -> birthday message to use.
i got it there but there is no option where i can edit it and add my own text, is there any option?
Tips on troubleshooting, installation, upgrading and general maintenance of your PC from the computer planet on www.mypchub.com

Spoogs

You can try this mod, not sure if the birthday email is one of the templates that it allows you to edit but you can ask in the mods support topic
http://custom.simplemachines.org/mods/index.php?mod=2926
http://www.simplemachines.org/community/index.php?topic=428236.0

Illori

it may be possible to add another option in your email.<your language here>.php file.

ade9ja

Quote from: Illori on April 05, 2011, 12:21:19 PM
it may be possible to add another option in your email.<your language here>.php file.
how will i do this?
Tips on troubleshooting, installation, upgrading and general maintenance of your PC from the computer planet on www.mypchub.com

Illori

i have not tested this

open your email.<your language here>.php file

go to the last line  before
);
?>


and add something like this


'new birthday' => array(
'subject' => 'Your Birthday Greeting',
'body' => 'We hope your birthday is the best ever cloudy, sunny or whatever the weather.
Have lots of birthday cake and fun, and tell us what you have done.

We hope this message brought you cheer, and make it last, until same time same place, next year.

{REGARDS}',
'author' => '<a href="http://www.simplemachines.org/community/?action=profile;u=63186">karlbenson</a>',
),

ade9ja

Quote from: Illori on April 05, 2011, 12:38:44 PM
i have not tested this

open your email.<your language here>.php file

go to the last line  before
);
?>


and add something like this


'new birthday' => array(
'subject' => 'Your Birthday Greeting',
'body' => 'We hope your birthday is the best ever cloudy, sunny or whatever the weather.
Have lots of birthday cake and fun, and tell us what you have done.

We hope this message brought you cheer, and make it last, until same time same place, next year.

{REGARDS}',
'author' => '<a href="http://www.simplemachines.org/community/?action=profile;u=63186">karlbenson</a>',
),

will i have to do the manual modification under my host control panel or through the admin user profile on the forum?
Tips on troubleshooting, installation, upgrading and general maintenance of your PC from the computer planet on www.mypchub.com

Illori

you will need to manually edit that file however you would normal edit files. make sure you backup first incase there are any issues.

Advertisement: