Birthdays Mod Support (Modzzz)
QuoteFeb 11, 2011 22:090 likesLike
 

This is the support forum for the Birthdays mod.

http://www.boonex.com/market/posts/modzzz - http://www.dolphinmods.com - http://demo.dolphinmods.com
QuoteApr 12, 2011 04:420 likesLike
 

A simple question for understand well:

different greetings are scheduled by cron ad send on user's birthday?

Thanks for the clarification

CUPIDO


QuoteApr 12, 2011 06:250 likesLike
 

Yes, that is correct.

A simple question for understand well:

different greetings are scheduled by cron ad send on user's birthday?

Thanks for the clarification

CUPIDO


 

http://www.boonex.com/market/posts/modzzz - http://www.dolphinmods.com - http://demo.dolphinmods.com
QuoteApr 12, 2011 06:260 likesLike
 

Version 2.0.0 released. (see patches/version_2.0.0 folder)

Fixes problem where all components are not removed if mod is un-installed.

http://www.boonex.com/market/posts/modzzz - http://www.dolphinmods.com - http://demo.dolphinmods.com
QuoteAug 23, 2011 13:480 likesLike
 

Modzzz...

 

My members are complaining that their YEAR is showing...I want to be able to change the view on the home page to display different formant, otherwise, all my members with their birthday approaching as sending me emails asking to remove them from it...They do NOT want to SHOW their year...

Please can you change this to allow different format, like "Aug 23" Only...

screenshot and access are emailed to you!

QuoteAug 23, 2011 14:290 likesLike
 

Version 2.0.1 released. (see patches/version_2.0.1 folder)

Adds the ability for Admin to set the format of the Birth date displayed

http://www.boonex.com/market/posts/modzzz - http://www.dolphinmods.com - http://demo.dolphinmods.com
QuoteSep 13, 2011 06:060 likesLike
 

Version 2.0.2 released. (see patches/version_2.0.2 folder)

Adds the ability for Admin to set the default display (today, week or month)

http://www.boonex.com/market/posts/modzzz - http://www.dolphinmods.com - http://demo.dolphinmods.com
QuoteNov 16, 2011 12:071 likesLike
 

Version 2.0.3 released. (see patches/version_2.0.3 folder)

Adds Membership level control so Admin can decide which members can send Birthday Greetings. This is useful if you want to limit the functionality to paying members only etc.

http://www.boonex.com/market/posts/modzzz - http://www.dolphinmods.com - http://demo.dolphinmods.com
QuoteDec 04, 2011 18:150 likesLike
 

 I got confused about how to send birthday greeting. Does that mean I have to do 1 for each day? Because I do not see  a selection in the setting where I can select [On member's birthday] I see dates, so that means, I have to set one for each day of the year. I check the birthday Mod. Because this is extremely not user friendly. Setting 365 birthday.

I believe should be a setting where I can check and select something like [On members birthday send email to inbox or/and email]

QuoteDec 04, 2011 18:420 likesLike
 

No, you do not set 365 birthday greetings. I am not that nonsensical. Month and Day are optional. If you want to create a general Birthday Greeting then you ignore month and day. However, you can also set special Birthday Greetings for particular days (eg. Thanksgiving or Christmas) that will override the general Greeting. That is when Month and Day comes into play.

Regarding the settings, those option already exist. Look in the settings block.

 I got confused about how to send birthday greeting. Does that mean I have to do 1 for each day? Because I do not see  a selection in the setting where I can select [On member's birthday] I see dates, so that means, I have to set one for each day of the year. I check the birthday Mod. Because this is extremely not user friendly. Setting 365 birthday.

I believe should be a setting where I can check and select something like [On members birthday send email to inbox or/and email]

 

http://www.boonex.com/market/posts/modzzz - http://www.dolphinmods.com - http://demo.dolphinmods.com
QuoteFeb 07, 2012 23:510 likesLike
 

Can there a captcha been added to the mail and to limit the longitud of the mail.

 

I got complains of robots posting to users because of not having captcha and easy acces to the send mail.

 

Greetings benjivds

QuoteFeb 07, 2012 23:530 likesLike
 

and maybe important that it shows witch user sended the mail so we can take accion against spam thanks.

QuoteFeb 10, 2012 22:450 likesLike
 

ok if someone want to put the captcha this one adds it after the title when they want to send a mail

in BxBlogsModule

look for


   function actionGreet($iProfileId) {
  
        if(! $this->_iProfileId) {
   login_form( _t( "_LOGIN_OBSOLETE" ), 0, false );
        }
 
     $sRecipient = getNickName($iProfileId);

        $this->_oTemplate->pageStart();
 
  $aForm = array(
            'form_attrs' => array(
                'name' => 'greet_form',
                'method' => 'post',
             ),
            'params' => array (
                'db' => array(
                    'submit_name' => 'send_greet',
                ),
            ),
            'inputs' => array(
   
                'title' => array(
                    'type' => 'text',
                    'name' => 'title',
                    'caption' => _t('_modzzz_birthday_form_caption_title'),
                    'required' => true,
                    'checker' => array (
                        'func' => 'length',
                        'params' => array(3,100),
                        'error' => _t ('_modzzz_birthday_form_err_title'),
                    ),
                    'db' => array (
                        'pass' => 'Xss',
                    ),
                    'display' => true,
                ), 

and add this lines

'captcha' => array(
    'type' => 'captcha',
    'caption' => _t('_Enter what you see:'),
    'name' => 'securityImageValue',
     'required' => true,
     'checker' => array(
                 'func' => 'captcha',
                 'error' => _t( '_Incorrect Captcha' ),
                ),
    ),

before                 'message' => array(
                    'caption'  => _t('_modzzz_birthday_form_caption_message'),
                    'type'   => 'textarea',
                    'name' => 'message',
                    'required' => true,

 

that way you get the captcha between the title and the message

i hope there will be an update that will have this future integrated with also the person who sended the card so they can be backtracked.


 

 

QuoteFeb 11, 2012 07:430 likesLike
 

Version 2.0.4 released. (see patches/version_2.0.4 folder)

Adds Captcha to Send Birthday Greeting form.
 
Adds the ability for Administrator to decide whether members are only allowed to send a birthday greeting on the actual birthday of the recipient.

Inclusion of email template to allow flexibility in modifying Send Birthday Greeting message.

http://www.boonex.com/market/posts/modzzz - http://www.dolphinmods.com - http://demo.dolphinmods.com
QuoteFeb 12, 2012 14:280 likesLike
 

Thanks for the change in the birthdays mod  now it works fine

Wink

 

Greetings benjivds

 

Great Mod