Incorrect bbPress reply permalinks causing broken activity updates
-
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
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Incorrect bbPress reply permalinks causing broken activity updates’ is closed to new replies.