Opened 12 years ago
Closed 11 years ago
#1675 closed defect (bug) (invalid)
Topic pagination gets overriden by sub-forum navigation when used on outer page
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Front-end | Keywords: | |
Cc: |
Description
When adding a custom topic-loop to the homepage which includes calls to the pagination for topics there is a problem.
The pagination links point to the sub-forum or the $base of whatever page which the loop is being displayed on.
Change History (4)
Note: See
TracTickets for help on using
tickets.
To replicate:
source of archive-forum: (pertinent parts)
source of topics-custom:
Scenario:
When on the archive-forum page, i.e. the top level /forums/ you will see a listing of the forums and subforums table followed by a topics table.
On this page if you click page 2 of the topics, everything is fine.
Now, click on a sub-forum so /forums/sub-forum/ url
You will see a table of the sub-forums followed by a table of topics.
Click on page 2x of the topics and you will be taken to a page showing the same sub-forums but also have a message 'oh bother no topics found here'.
It should be showing page 2 of the topics.
*Of course the way the system works, if it is fixed, you are going to end up seeing the 2nd level forums followed by the page 2 of topics, would be nice to only show page 2 of topics if possible