Project

General

Profile

Actions

Bug #15284

closed

pi_list_browseresults - given maxPages shows always just the first pages

Added by Andreas Bruckmeier over 18 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2005-12-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When you specify the value for maxPage, for example to the value 3, then the first three pages are always shown in the list. Also if you are already on page 4 or higher.

I changed the following line by adding '$pointer+' to correct this issue:

$pageText = trim($this->pi_getLL('pi_list_browseresults_page','Page',$hscText).' '.($a+1));

to

$pageText = trim($this->pi_getLL('pi_list_browseresults_page','Page',$hscText).' '.($pointer+$a+1));

(issue imported from #M2044)


Files

class.tslib_pibase.php.patch.patch (613 Bytes) class.tslib_pibase.php.patch.patch Administrator Admin, 2005-12-14 23:31
Actions #1

Updated by Alexander Opitz about 11 years ago

  • Category deleted (Communication)
  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • TYPO3 Version changed from 3.8.1 to 3.8
  • PHP Version deleted (5)

Does this issue persists in newer Versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions

Also available in: Atom PDF