Bug #19990
closed
Indexed search does not use config.fileTarget for files
Added by Kevin Belanger almost 16 years ago.
Updated about 6 years ago.
Description
It's simple the pdf, doc, xls and others don't open in new window only typo3 page can open in new window with this in the setup of indexed_search : result_link_target = _blank
(issue imported from #M10392)
Files
Just apply the patch and put this line in your indexed_search typoscript config :
result_link_file_target = _blank
And the file should open in new window.
TYPO3 4.3 offers the config.fileTarget configuration to set a default target for extrernal links (see http://bugs.typo3.org/view.php?id=6626). Wouldn't it be good to respect that configuration instead of adding a new configuration?
Yes, I agree, config.fileTarget should be used instead.
The patch is attached. Unfortunately I was not able to set "has patch" flag.
- Status changed from Resolved to Closed
Also available in: Atom
PDF