Thank you my friend Primehalo! You definitely are the best!primehalo wrote:My MOD was designed primarily for links within posts and signatures, it never processed all links everywhere.
If you want a quick and dirty fix, open includes/prime_links.php, find:And after, add this:Code: Select all
$external_target = (USE_TARGET_ATTRIBUTE === true) ? (' target="' . EXTERNAL_LINK_TARGET . '"') : (' onclick="this.target=\'' . EXTERNAL_LINK_TARGET . '\';"');
Code: Select all
$external_target .= EXTERNAL_LINK_REL ? (' rel="' . EXTERNAL_LINK_REL . '"') : '';
The phpBB without your mods isn´t funny!