[Typo3] indexed search -> pagebrowser configuration

eimars eimars at rogers.com
Wed Mar 16 00:04:40 CET 2005


"Daniel Novak" <dannov at hotmail.com> wrote in message 
news:mailman.1.1110884247.5876.typo3-english at lists.netfielders.de...
> hi all,
>
> I am searching how too configur the pagebrowser in the indexed search.
>
> When searching you ha ve something like
>
> <<prev  page1  page 2  page 3  next>>
>
> But *how* can I configure via TS that only, lets say, 5 pages are shown, 
> the rest must be navigated through prev/next....
>
> Standard of shown pages is 10.
>
> Thanks for help
>
I beleive you can change this in class.tx_indexsearch.php on line 329:
$this->internal["maxPages"]=t3lib_div::intInRange($this->conf["search."]["page_links"],1,100,10);

Haven't tried it myself
eimars





More information about the TYPO3-english mailing list