View Single Post
Old 12-15-2004, 03:38 AM   #1
Hoek
Green Mole
 
Join Date: Feb 2004
Posts: 17
Question How to open found links in _blank or _top depending on extension?

In search_function.php the url as result of a seach-action is presented. In config.php you can define the way of opening a link: top, blank, etc.

I would like to open .htm(l) in _top and for instance office document and pdf's in _blank. Is is possible to modify the LINK_TARGET section in config.php or the table_results section in search_function.php:

'page_link' => "<a class=\"phpdig\" href=\"".$url."\" onmousedown=\"return clickit(".$n.",'".$js_url."')\" target=\"".LINK_TARGET."\" >".ereg_replace('%20*',' ',$title)."</a>",

Is it yet possible to do so, or maybe a new function in future releases?
Hoek is offline   Reply With Quote