Opened 14 years ago
Closed 14 years ago
#1777 closed defect (bug) (fixed)
Redirect after reply does not work in BP groups
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.1 | Priority: | normal |
| Severity: | major | Version: | 2.0 |
| Component: | Extend - BuddyPress | Keywords: | has-patch |
| Cc: |
Description
After replying to a topic in a BP group, the user is redirected to the bbPress reply URL, rather than the appropriate place in the group. I see that you already have a method for fixing this, but it isn't yet written.
I tried looking for a fairly lightweight way to figure out the correct redirect, but in the end the only reliable method I found involved rebuilding much of the logic in bbp_get_reply_permalink(). In the future, it may be worth adding an argument to bbp_get_reply_permalink() that allows you to pass the topic url (or something like that).
Oops - I accidentally included the Hello World stuff in there.