Opened 12 years ago
Closed 12 years ago
#1927 closed defect (bug) (worksforme)
Pagination broken for bbp-single-topic shortcode in a post
Reported by: | ddean | Owned by: | |
---|---|---|---|
Milestone: | 2.2 | Priority: | high |
Severity: | normal | Version: | 2.1.2 |
Component: | General | Keywords: | has-patch |
Cc: | alexvornoffice@…, stephen@… |
Description
Steps to reproduce:
- Enable permalinks (anything besides Default)
- Create a blog post containing a "[bbp-single-topic id=xx]" shortcode
- Exceed 15 topic posts and try pagination links
Attachments (1)
Change History (11)
#3
@
12 years ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 2.1.3
- Priority changed from normal to high
Lame. This used to work. Unsure what's preventing it, but it needs to be fixed.
#5
follow-up:
↓ 6
@
12 years ago
REF: http://bbpress.org/forums/topic/pagination-doesnt-work-properly-bbpress-wordpress-plugin/
I am pretty sure another case with bbp-single-topic.php (correct me if I am wrong) is that the above reference is the same behavior when bbPress & BuddyPress are installed and viewing a single topic.
Behavior in that example:
- Single Topic /groups/morb/forums/topic/umvm-mudbd-npm-6/
- Current Page 2 Link: /groups/page/2/
- Page 2 Link Should Be: groups/morb/forums/topic/umvm-mudbd-npm-6/page/2
#6
in reply to:
↑ 5
@
12 years ago
Replying to netweb:
I am pretty sure another case with bbp-single-topic.php (correct me if I am wrong) is that the above reference is the same behavior when bbPress & BuddyPress are installed and viewing a single topic.
Agree; there's a huge chance these are related.
#7
@
12 years ago
- Keywords has-patch added; needs-patch removed
This patch limits use of fancy pagination to static pages and the "topic" post type.
#8
@
12 years ago
- Milestone changed from 2.1.3 to 2.2
This is fixed for me in the plugin branch, though I'm not sure what I did exactly to fix it. Moving to 2.2 since it will happen before 2.1.3.
posts have their own pagination and it can be in a conflict with the pagination in the "[bbp-single-topic id=xx]" shortcode. the second pagination link should redirect to the forum list - "page 2"...