[TYPO3-dev] Indexed search plugin feature request for 4.3

Thomas Scholze tscholze at fh-lausitz.de
Mon Apr 27 11:45:07 CEST 2009


Uschi Renziehausen schrieb:
> this is a minor and perhaps not the most important one, but those icons 
> used by indexed search for frontend output are
> a) a nightmare to my eyes

+1

> b) not configurable (apart from the pageIcon)

I solved this by adding some TypoScript-Code ...

plugin.tx_indexedsearch.iconRendering = CASE
plugin.tx_indexedsearch.iconRendering {
   key.current = 1

   doc = IMAGE
   doc.file = fileadmin/path/to/icons/doc.gif
   doc.altText = doc

   xls = IMAGE
   xls.file = fileadmin/path/to/icons/xls.gif
   xls.altText = xls

   default = IMAGE
   default.file = fileadmin/path/to/icons/page.gif
   default.altText = page
}


Regards Thomas




More information about the TYPO3-dev mailing list