[TYPO3] result browser for indexed_search

2007-10-22 Thread Johannes Hentrich
Hi all, I have a question concerning the result brwoser in the indexed_search. By default the result browser is displayed on top and at the end of the serach results. I only want to display the result browser at the end of the search results. I couldn't find any hints in the indexed_search.tmpl

Re: [TYPO3] result browser for indexed_search

2007-10-23 Thread Peter Klein
Hi Johannes. It's hardcoded in line 672 of the "getDisplayResults" function, inside the "class.tx_indexedsearch.php" file. But there's a hook, also called "getDisplayResults" in Indexed Search you can use to override it. Look in the file "example/class.pihook.php" for examples of creating Index