CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #28531

Page browser of latest posts links to wrong pages

Added by Gregor Hermens almost 2 years ago. Updated 10 months ago.

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

Also available in: Atom PDF