[buddypress-trac] [BuddyPress] #5282: BP Groups screen notifications are not displayed (1.9-beta2)

buddypress-trac noreply at wordpress.org
Sat Dec 7 17:43:30 UTC 2013


#5282: BP Groups screen notifications are not displayed (1.9-beta2)
--------------------------+-------------------------------------
 Reporter:  imath         |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Groups        |    Version:  1.8.1
 Severity:  major         |   Keywords:  has-patch needs-testing
--------------------------+-------------------------------------
 Hi,

 Using 1.9-beta2 with the new notification component on. None of the group
 notifications are displayed to the user.
 bp_notifications_add_notification() function is writing new lines into the
 $wpdb->bp_notifications table but except for is_new field and
 date_notified one, values are empty.

 The trouble seems to be that bp_notifications_add_notification() is
 waiting for an array of values and the groups_notification_[suffix]
 functions are sending a comma separated list of values.

 So i built a patch and while building it i've noticed, the screen
 notifications were not marked to read if clicking on their link from the
 WP Admin Bar "bubble". I think the patch also fixes this issue, but i
 think it needs to be checked again.

 I've put this bug as major for once, because i think it's a kind of
 "regression" regarding 1.8.1.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5282>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list