Never
leave anyone in your community unnoticed on his/her Birthday. This extension
automatically sends a Birthday letter on a birth date given in the registration
form.
Every 24 hours this extension checks the database, and sends
Birthday congratulation letters to all members born on a given day.
Administrator can edit and expand the default letter settings according to the
needs including our new feature – letter background options. With this new
feature administrator can apply various themes, pictures, photos (gif, jpeg,
mpeg) as a background for the birthday auto-congratulation card.
What
you will get:
1. A friendlier community
2. Community members will
always hold your attention.
3. Nobody will remain unnoticed on his/her
Birthday

About BoonEx•Terms•Privacy•Contacts•© BoonEx (ACN 127966581)
Find code (~26 line)
require_once( BX_DIRECTORY_PATH_INC . 'membership_levels.inc.php' );
You need to put this code after it
// ---------------- Auto Congratulations Mod for 6.1 from BoonEx v1 ---------------- [begin]
require_once('congrates.php');
// ---------------- Auto Congratulations Mod for 6.1 from BoonEx v1 ---------------- [end]
Save it.
---- WHERE IS LINE 26?
You can find this line in "_dolphin_root_/periodic/cmd.php" file. We've just checked it and it's there :)
Regards, BoonEx Experts.
Scrap that! found it had added it into the email templates section in admin. Still figuring out how to edit the text version of those.... any ideas anyone? just seems to allow editing of the html versions.
thank youuuuuuuuuuuuuuu!
Anyone maybe knows how to do this?
One question: is it possible to notify the celebrant ONCE a day only. So far, it automatically sent several notice as it per the cron setup. Please advise.
Actually this mod was set up to a cron to check and send once per twenty-four hours. Check the cron syntax for the periodic/cmd.php file (check according to the instructions provided in Read Me file).
Regards, BoonEx Experts.