[TYPO3-german] Re: indexed_search und tt_news: suchergebnislink nur auf newsübersicht
Roland Müller
webmaster at roland-mueller.info
Fri May 1 14:59:57 CEST 2009
hi Marco,
danke erstmal, aber für welche pageid steht in dem fall die 12?
ich habe:
- seite mit aktuellen news (list)
- seite für detail aktuelle news (single)
- seite mit archivierten news (amenu)
- seite für detail archivierte news (single)
habe gestern noch einen "patch" von der typo3 bug liste eingebaut:
http://bugs.typo3.org/view.php?id=1235
> In addition I had a FE plug-in (dir_listing/myth_repository) that was generating links to internal files. As the plug-in is using additional GET parameters (cHash and ldpath) for navigation the "Path link" did not contain those. I fixed this by modifying function indexRegularDocument in class.indexer.php Line 1013:
>
> $subinfo = array('key' => $cPKey);
>
> /* add this code */
> //Fix for Plugin using CHash parameters
> // => add cHashParameters to DB in order to have a correct "Path" link in search results
> foreach($this->cHashParams as $cHashKey => $cHash) {
> $subinfo[$cHashKey] = $this->cHashParams[$cHashKey];
> $subinfo[$cHashKey] = $this->cHashParams[$cHashKey];
> }
> /* end */
>
> As much I understand this was only problematic when indexing a file where the link is generated in a plug-in using additional parameters.
seitdem geht es bei mir!?!?!?!?!!!!! seltsam, seltsam. diese
stolperseiten in typo3 rauben einem nerven!
Marco Peemöller schrieb:
> Hallo Roland,
>
> Roland Müller schrieb:
>> bräuchte einen rat von jemand, der das schon mal gemacht hat.
>> ich verwende die indexed_search und tt_news. news durchsuche und
>> finden funktioniert gut, aber das suchergebnis macht mich nicht
>> glücklich.
>>
>> der link geht nicht zum news-artikel selbst, sondern nur auf die
>> seite, auf der tt_news als plugin eingefügt ist.
>> wie kann ich die links im suchergebnis für tt_news beeinflussen?
>
> folgendes in Dein Typoscript aufnehmen und an Deine Seiten-ID anpassen
>
> [globalVar = TSFE:id = 12]
> config.index_enable = 0
> [global]
>
> [globalVar = TSFE:id = 12] && [globalVar = GP:tx_ttnews|tt_news > 0]
> config.index_enable = 1
> [global]
>
> Viele Grüße
>
> Marco
More information about the TYPO3-german
mailing list