Opened 11 years ago
Closed 11 years ago
#2541 closed defect (bug) (invalid)
BuddyPress Profile Topics Created Pagination Issues
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 2.5.3 |
Component: | Extend - BuddyPress | Keywords: | reporter-feedback |
Cc: |
Description
On the "Topics Created" component of BuddyPress profiles, the default bbPress pagination function bbp_forum_pagination_links() is generating the wrong permalink structure for page number buttons.
Instead of correctly paginating created topics, it's generating pagination for the subscriptions component instead.
Instead of: /members/<username>/forums/topics/page/#/
It generates: /members/<username>/forums/subscriptions/page/#/
As a side note related to the topics component, it would be ideal to order the Topics Created component by the timestamp of the topic itself, not by the timestamp of it's latest reply.
Attachments (2)
Change History (8)
#3
@
11 years ago
Per above screenshot:
http://2293.wp.nw/members/admin/forums/
'Next' & 'Page 2' pagination links link as expected to http://2293.wp.nw/members/admin/forums/topics/page/2/
Maybe a theme or plugin issue?
#5
follow-up:
↓ 6
@
11 years ago
Thank you for looking into this netweb, I'll dig around a bit more and see if it's a theme related issue. Not sure why it would be, since I'm using the default BuddyPress forum component structure as well as the native bbp_forum_pagination_links() function to generate the links, but if it works for you on a default installation there must be something going on with my end.
I'll report back once I track it down.
#6
in reply to:
↑ 5
@
11 years ago
- Keywords needs-testing needs-patch removed
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Replying to aaclayton:
I'll report back once I track it down.
Thanks, going to close this, reopen with details/repro steps if needed.
Ignore this.