Bug #28531
Page browser of latest posts links to wrong pages
| Status: | Under Review | Start date: | 2011-07-28 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Ines Willenbrock | % Done: | 0% |
|
| Category: | Forum | |||
| Target version: | - | |||
| Votes: | 0 |
Description
In latest post view, the links of the page browsers have an offset. The same number is used for $linkparams['page'] and label, but page should be label - 1. This leads to an indefinite redirection loop for the last page.
Solution:
Change mm_forum/pi1/class.tx_mmforum_pi1.php line 680 from
$page => $i
to
$page => $i - 1
History
Updated by Ines Willenbrock 10 months ago
- Status changed from New to Under Review
- Assignee set to Ines Willenbrock
I'll have a look at that one, if it's still a bug in 1.10-dev
regards - Ines