Opened 10 years ago
Closed 10 years ago
#5723 closed defect (bug) (no action required)
bp_notifications_get_unread_notification_count() doesn't work on some pages
Reported by: | SGr33n | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
Hi,
I just want to report a page where the bp_notifications_get_unread_notification_count() functions doesn't really work.
Sorry but I can just explain what I did in order to reproduce.
We are on the notifications page, where there are 4 unread notifications. I made a link to the single activity page, instead of the standard /mentions linked by bp_the_notification_description() ... so:
http://ww2.site.com/activity/p/19/
instead of:
http://www.site.com/users/sgr33n/activity/mentions/
Well, on http://ww2.site.com/activity/p/19/ bp_notifications_get_unread_notification_count() returns 0 (should return 3 in the given example). Anyway on all the other pages returns 3 (4 initial, minus the one I visited).
Thanks :)
Sorry, my mistake, I was supposing that the default user_id was the logged in one, but it's the displayed one.