You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this simple, handy extension. Since we (and probably others) like to send physical cards, it would be great to have the mailing address fields as column options in the report. I played around with the code, but I really don't yet know enough to get it to work.
Additionally, changing line 29 of birthdays.php to: protected $_customGroupExtends = array( 'Contact' );
allows custom fields like the Summary Fields extension (which includes fields like "most recent contribution" "most recent event attended") to be included. This can add to the personalization of birthday greetings.
The text was updated successfully, but these errors were encountered:
Thanks for this simple, handy extension. Since we (and probably others) like to send physical cards, it would be great to have the mailing address fields as column options in the report. I played around with the code, but I really don't yet know enough to get it to work.
Additionally, changing line 29 of birthdays.php to:
protected $_customGroupExtends = array( 'Contact' );
allows custom fields like the Summary Fields extension (which includes fields like "most recent contribution" "most recent event attended") to be included. This can add to the personalization of birthday greetings.
The text was updated successfully, but these errors were encountered: