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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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