[Bb-trac] Re: [bbPress] #967: Page navigation Now working on Topic Listings

bbPress bb-trac at lists.bbpress.org
Fri Sep 26 18:03:16 GMT 2008


#967: Page navigation Now working on Topic Listings
-----------------------------------------------------------------+----------
 Reporter:  rjeevan                                              |        Owner:  rmccue            
     Type:  defect                                               |       Status:  reopened          
 Priority:  highest                                              |    Milestone:  1.0-beta & XML-RPC
Component:  Front-end                                            |      Version:  1.0-beta (trunk)  
 Severity:  blocker                                              |   Resolution:                    
 Keywords:  forums page nvigation, page navigation, navigation,  |  
-----------------------------------------------------------------+----------
Changes (by rjeevan):

  * priority:  high => highest
  * severity:  major => blocker
  * milestone:  => 1.0-beta & XML-RPC

Comment:

 Hey Found the BUG...

 Its on template-functions.php
 Line 558.
 See When converting Forum Permalink You Missed to ADD /page/ to page tag
 It was:
 $page = $page > 1 ? $page : '';

 It Should be:
 $page = $page > 1 ? '/page/' . $page : '';

 You missed the "/page/"...

 Thats why it was keep on redirecting Until it Comes to an Error...

 i don't how to Report to change this..
 So i will leave this as Priority 1

 Thanks
 Rajeevan

-- 
Ticket URL: <http://trac.bbpress.org/ticket/967#comment:5>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list