Project

General

Profile

Actions

Bug #9667

closed

template_css.tmpl paging is not working

Added by Christian Ehret over 13 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2010-09-09
Due date:
% Done:

0%

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

Description

Because of missing ids the paging ist not working when using template_css.tmpl. To fix this, the following changes have to be made to the template:

<input type="hidden" name="tx_indexedsearch[_freeIndexUid]" id="tx_indexedsearch_freeIndexUid" value="_" />
<input type="hidden" name="tx_indexedsearch[pointer]"* id="tx_indexedsearch_pointer"* value="0" />

Actions #1

Updated by Lorenz Ulrich over 13 years ago

This has been fixed in core:

- trunk (rev. 9274)
- 4-4 (rev. 9275)
- 4-3 (rev. 9276)

see http://bugs.typo3.org/view.php?id=15656

Actions #2

Updated by Alex Kellner about 13 years ago

Thx Christian, that helped me in my current project...

BTW:
In addition the id attribute of the form element must be given (or the submit failed):

<form action="###ACTION_URL###" method="post" id="tx_indexedsearch">

Actions #3

Updated by Steffen Gebert almost 12 years ago

  • Status changed from New to Closed
Actions #4

Updated by Oliver Hader about 11 years ago

  • Target version set to 2222
Actions #5

Updated by Oliver Hader about 11 years ago

  • Project changed from 1382 to TYPO3 Core
Actions #6

Updated by Oliver Hader about 11 years ago

  • Category set to Indexed Search
Actions #7

Updated by Oliver Hader about 11 years ago

  • Target version deleted (2222)
Actions

Also available in: Atom PDF