Opened 10 years ago
Last modified 7 years ago
#2785 new defect (bug)
Improvements to threaded replies
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Component - Replies | Keywords: | needs-unit-tests needs-refresh |
Cc: | iamskwerl, pascal.casier@… |
Description
More details here:
https://github.com/Skwerl/bbPress/commit/41e3adcabc513a5eeb8e20ac6842ab1698e89154
Some good ideas in this Github commit that are worth iterating on IMO.
See: https://wordpress.slack.com/archives/bbpress/p1428336983000059
Attachments (2)
Change History (10)
This ticket was mentioned in Slack in #bbpress by xavier. View the logs.
10 years ago
This ticket was mentioned in Slack in #bbpress by netweb. View the logs.
10 years ago
#5
@
10 years ago
If I remember correctly I had an issue where if you create a reply and are on say page 2 , you will be redirected to page 1, which it shouldn't do that. It should redirect to the reply you just created.
This patch fixes that I think , but as you can see in the comments below by the developer this will not work on hidden/private forums.
https://github.com/Skwerl/bbPress/commit/62827739410e9270dfdab4b1052ec656cda7f4fb
#6
@
10 years ago
In 2785.2.diff is a consolidated patch against trunk of both GitHub commits 41e3adc and 6282773
This patch seems to work real nice.