[buddypress-trac] [BuddyPress] #5298: Core notifications and emails when a blog post receives a comment
buddypress-trac
noreply at wordpress.org
Wed Dec 18 21:15:03 UTC 2013
#5298: Core notifications and emails when a blog post receives a comment
-----------------------------------+-----------------------------
Reporter: henrywright | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Core | Version:
Severity: normal | Resolution:
Keywords: needs-patch has-patch |
-----------------------------------+-----------------------------
Comment (by henrywright):
Had a think about my patch and it might not be the most efficient way of
doing it. For example, i'm questioning if
{{{bp_blog_post_new_comment_notification}}} is needed when
{{{bp_activity_new_comment_notification}}} could be modified with a
conditional check to see if it is a blog comment or an activity comment -
sort of similar to how {{{bp_activity_at_message_notification}}} checks if
the at-mention is happening in a group or in an activity update.
Than all is needed would be:
{{{add_action( 'comment_post',
'bp_activity_new_comment_notification_helper', 10, 2 );}}}
Grateful for any thoughts.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5298#comment:5>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list