Linking in categories without open a new window Linking in categories without open a new window
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Linking in categories without open a new window

Started by Vermeer, November 15, 2005, 03:08:43 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Vermeer


Nibbler

You can modify the bbcode function in include/functions.inc.php


$bbcode_tpl['url']  = '<span class="bblink"><a href="{URL}" target="_blank">{DESCRIPTION}</a></span>';


Just remove the target="_blank"

Vermeer

Thanks, that's what i need!
And it's even better: I must not remove the "target=_bl..", form [url], i can create an own tag [urlintern] without the target-attribute!

Thanks again
Vermeer