forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: Vermeer on November 15, 2005, 03:08:43 pm

Title: Linking in categories without open a new window
Post by: Vermeer on November 15, 2005, 03:08:43 pm
Hi,
i want to set a link in the category-description, this works with , but it should be an "intern" Link, so the Browser Windows should not be changed/ i don't want target="_blank"
How can i do this?

Regards
Vermeer (http://...[/url)
Title: Re: Linking in categories without open a new window
Post by: Nibbler on November 15, 2005, 03:21:48 pm
You can modify the bbcode function in include/functions.inc.php

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

Just remove the target="_blank"
Title: Re: Linking in categories without open a new window
Post by: Vermeer on November 15, 2005, 04:45:15 pm
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