Opened 11 years ago
Closed 11 years ago
#5282 closed defect (bug) (fixed)
BP Groups screen notifications are not displayed (1.9-beta2)
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 1.9 | Priority: | normal |
Severity: | major | Version: | |
Component: | Groups | Keywords: | has-patch |
Cc: |
Description
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.
Confirmed! Thanks so much for testing and for patching, imath.