Actions
Bug #18622
closedUnread forum reply notification URL links to the wrong post
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
BuddyPress (misc)
Target version:
Start date:
2023-08-17
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
While working on the new notifications page (#17769). I encountered a bug with unread forum replies.
In #14018, we implemented an unread forum post feature utilizing the existing BuddyPress notification system. Clicking on the notification link would take you to the first unread post in a forum thread. However, this link doesn't work correctly in bbPress v2.6.7 as v2.6.7 changed how their notification action is saved from'bbp_new_reply'
to 'bbp_new_reply_{TOPIC_ID}
. (See https://github.com/bbpress/bbPress/commit/6278a1053d69d1df684b66296147b3b67f4c9966 .) As a result, the link would take you to the wrong post in the thread.
Some adjustments need to be made to fix this. Fix forthcoming.
Updated by Raymond Hoh over 1 year ago
- Status changed from New to Staged for Production Release
Updated by Boone Gorges over 1 year ago
- Status changed from Staged for Production Release to Resolved
Actions