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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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