Replies: 0
When “Display notifications on likes & dislikes for users” is activated for the (bbPress) Forum Post button type, incorrect permalinks are being saved in the bp_activity table for both the “action” and “primary_link” columns when a bbPress forum reply/topic is liked.
The primary link URL should be saved in this format:
https://www.[domain].com/groups/[group-name]/forum/topic/[topic-name]/#post-[1234]
Instead, they are being saved as:
https://www.[domain].com/groups/[group-name]/forum/reply/[1234]/
The current format is causing broken links in the BuddyPress notifications areas, making that functionality unusable.
Thank you
- This topic was modified 33 minutes ago by ilovemetrics.