Skip to:
Content

bbPress.org

Opened 11 years ago

Closed 10 years ago

#2273 closed defect (bug) (worksforme)

Bug with pagination

Reported by: sgr33n's profile sgr33n Owned by:
Milestone: Priority: normal
Severity: normal Version: trunk
Component: Component - Topics Keywords:
Cc: jared@…

Description

Hi,

The easiest way to explain this bug is replicating it, so:

Let's suppose we have a website www.mysite.com, bbPress will install into www.mysite.com/forums

Now suppose that on that main page there is:

<?php bbp_get_template_part( 'content', 'archive-topic' ); ?>

The page will show the pagination, but the link will be wrong. Instead of www.mysite.com/forums/page/2/ bbPress will href to www.mysite.com/page/2/

Change History (4)

#1 @johnjamesjacoby
11 years ago

  • Component changed from General to Topics
  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to 2.4

Not a regression, so moving to 2.4. Could maybe fit into a 2.3.1 later also.

#2 @jaredatch
11 years ago

  • Cc jared@… added

Hmm is this bbP related or theme related? I had this problem when working with Genesis child themes, but it was more of a Genesis issue.

#3 follow-up: @johnjamesjacoby
11 years ago

  • Milestone changed from 2.4 to 2.5

This *might* be fixed already with new rewrite rules, but moving to 2.5 to test more later.

#4 in reply to: ↑ 3 @netweb
10 years ago

  • Keywords needs-patch removed
  • Milestone 2.5 deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Closing as worksforme in /trunk

Repro Test

  • Copy \wp-content\plugins\bbpress\templates\default\extras\archive-topic.php to \wp-content\themes\twentythirteen
  • Open http://example.com/topics/
  • Click pagination link 2
  • Links http://example.com/topics/page/2/, /topics/page/3/, /topics/page/4/ etc
Note: See TracTickets for help on using tickets.