External Links on Links Page

Does anyone know how to make the links page open up the links into another browser window I know how to do this with HTML but not in Boonex target="_blank"

Thank you

Quote · 3 Oct 2008

This is very easy,

 

open links.php (root)

 

Find this code/line:

$out .= "<a href=\"$link_url\">$link_title</a></div>\n";


And edit it to:

$out .= "<a href=\"$link_url\" target=\"_blank\">$link_title</a></div>\n";

 

Cheers

Quote · 3 Oct 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.