I suggest to change in
/include/functions.inc.php
line
// We do URLs in several different ways..
$bbcode_tpl['url'] = '<span class="bblink"><a href="{URL}" rel="external">{DESCRIPTION}</a></span>';
to
// We do URLs in several different ways..
$bbcode_tpl['url'] = '<span class="bblink"><a href="{URL}" rel="external" target="_blank">{DESCRIPTION}</a></span>';
P.S. Added target="_blank" after rel="external"
So all URLs in pictures' discriptions will open on a new page...
No, external links should be handled purely via javascript as explained already on this board.
Quote from: Nibbler on July 03, 2006, 11:46:44 PM
No, external links should be handled purely via javascript as explained already on this board.
Can you explain your answer more detailed, please...
http://www.sitepoint.com/article/standards-compliant-world