[buddypress-trac] [BuddyPress Trac] #5541: Notifications on new message

buddypress-trac noreply at wordpress.org
Mon May 19 19:24:35 UTC 2014


#5541: Notifications on new message
-------------------------------------------+------------------------------
 Reporter:  SGr33n                         |       Owner:
     Type:  enhancement                    |      Status:  new
 Priority:  normal                         |   Milestone:  Awaiting Review
Component:  Messaging                      |     Version:
 Severity:  normal                         |  Resolution:
 Keywords:  reporter-feedback 2nd-opinion  |
-------------------------------------------+------------------------------

Comment (by imath):

 Thanks for your feedback, I think it's a theme concern. You're paying more
 attention to it because your theme is including 2 bubbles in the WP Admin
 Bar. This actually happens with every components, for instance, in case of
 a mention:

 [[Image(https://farm6.staticflickr.com/5508/14037517050_a3d806d3cd_o.png)]]

 You're not paying attention because there's no specific mention bubble in
 the WP Admin Bar, but if you detail the menu, you'll see there's a bubble
 for Notifications and Mentions.

 I think in your specific case, the theme's functions.php or a bp-
 custom.php could neutralize the notifications for the private message
 component. Everything is available in core to do so. For instance you
 could have this line in one of the files :

 {{{
 remove_action( 'messages_message_sent',
 'bp_messages_message_sent_add_notification', 10 );
 }}}

 Finally, IMO, we shouldn't change this behavior in core, but a theme or
 better a utility plugin could do so using the remove action code

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5541#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list