[TYPO3-dev] indexed_search: Target for files

Ulrich Lorenz PHZ Luzern lorenz.ulrich at phz.ch
Mon Feb 22 13:20:30 CET 2010


Hi there

In the TYPO3 bugtracker there are two related issues concerning the link
target for files (pdf, doc, whatsoever...)

http://bugs.typo3.org/view.php?id=10392
http://bugs.typo3.org/view.php?id=120

Linking to external media is hardcoded and without target property:

$title = '<a
href="'.htmlspecialchars($row['data_filename']).'">'.htmlspecialchars($t
his->makeTitle($row)).'</a>';
(indexed_search/pi/class.tx_indexedsearch.php)

As TYPO3 4.3 introduced the new config.fileTarget I think it would be
appropriate to respect this configuration for external links in
indexed_search.

Is there anyone sharing this need? What would be the best way to
implement this? Providing a patch for sysext indexed_search?


Thanks,


Lorenz




More information about the TYPO3-dev mailing list