[buddypress-trac] [BuddyPress] #1638: atme @ notification_activity_new_mention - email notifications do not work

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Wed Jan 20 13:57:30 UTC 2010


#1638: atme @ notification_activity_new_mention - email notifications do not work
-------------------+--------------------------------------------------------
Reporter:  nuprn1  |       Owner:     
    Type:  defect  |      Status:  new
Priority:  major   |   Milestone:  1.2
Keywords:          |  
-------------------+--------------------------------------------------------
 bp_activity_at_message_notification does not fire on the add_action(
 'bp_activity_posted_update', 'bp_activity_at_message_notification', 10, 3
 );

 modifying function bp_activity_post_update( $args = '' )

 and adding this snip seems to work

 /* Send an email notification if settings allow */
 require_once( BP_PLUGIN_DIR . '/bp-activity/bp-activity-notifications.php'
 );
 bp_activity_at_message_notification( $content, $user_id, $activity_id );

-- 
Ticket URL: <http://trac.buddypress.org/ticket/1638>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list