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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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