Skip to:
Content

bbPress.org

Opened 13 years ago

Closed 13 years ago

#2541 closed defect (bug) (invalid)

BuddyPress Profile Topics Created Pagination Issues

Reported by: aaclayton Owned by:
Priority: normal Milestone:
Component: Extend - BuddyPress Version: 2.5.3
Severity: minor 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)

2541.1.diff (65.4 KB ) - added by netweb 13 years ago.
2541.1.png (25.3 KB ) - added by netweb 13 years ago.

Download all attachments as: .zip

Change History (8)

@netweb
13 years ago

#1 @netweb
13 years ago

Ignore this.

Last edited 13 years ago by netweb (previous) (diff)

#2 @netweb
13 years ago

Ignore this, I added my patch and comments to the wrong ticket :(

@netweb
13 years ago

#3 @netweb
13 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?

#4 @netweb
13 years ago

  • Keywords reporter-feedback added

#5 follow-up: @aaclayton
13 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 @netweb
13 years ago

  • Keywords needs-testing needs-patch removed
  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed

Replying to aaclayton:

I'll report back once I track it down.

Thanks, going to close this, reopen with details/repro steps if needed.

Note: See TracTickets for help on using tickets.