Actions
Bug #19990
closedIndexed search does not use config.fileTarget for files
Start date:
2009-02-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Updated by Kevin Belanger over 15 years ago
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.
Updated by over 14 years ago
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?
Updated by Xavier Perseguers over 14 years ago
Yes, I agree, config.fileTarget should be used instead.
Updated by Dmitry Dulepov over 14 years ago
The patch is attached. Unfortunately I was not able to set "has patch" flag.
Actions