3
<grinz> I know.
The fact is that there are 2 BB-codes.
[url] and [siteurl]
Strange enough both codes were given the target blank. If you ask me, [siteurl] should standard be without target blank.
You can adjust this within the core file:
class/module.textsanitizer.php
prox line: 154 you'll see
le="color: #000000"><?php $patterns[] = "/[siteurl=(['"]?)([^"'<>]*)\1](.*)[/siteurl]/sU"; //$replacements[] = '<a href="'.XOOPS_URL.'/\2" target="_blank">\3</a>';
change this into:
le="color: #000000"><?php $patterns[] = "/[siteurl=(['"]?)([^"'<>]*)\1](.*)[/siteurl]/sU"; // LVDH: Aanpassing target blank verwijderd [i]//$replacements[] = '<a href="'.XOOPS_URL.'/\2" target="_blank">\3</a>';[/i] [b]$replacements[] = '<a href="'.XOOPS_URL.'/\2">\3</a>';[/b] // LVDH Einde
Comment the cursive out, and replace with the bold.
Grtz., Shine