1

Topic: BB-code [ url ] Target = Blank

Standard theurl BBcode is self. Which isn't very handy. Users fly away if they click the url.
How and where can I change this into target = blank?

Grtz., Shine
Ps: Complete new on this forum front. I love it very much. It's standard simplicity is way big_smile

2

Re: BB-code [ url ] Target = Blank

Forget it,...got it....... smile
For those who also wants to know:

include/parser.php
Line: 278

return '<a href="'.$full_url.'"target="_blank">'.$link.'</a>'; //Shine added target blank

Grtz., Shine

Re: BB-code [ url ] Target = Blank

You shouldn't use the target attribute. Your pages won't validate. Try this instead:

http://punres.org/doku.php?id=how-tos:o … new_window

"Programming is like sex: one mistake and you have to support it for the rest of your life."

4

Re: BB-code [ url ] Target = Blank

Thanks.
I've changed it !

Grtz., Shine

5

Re: BB-code [ url ] Target = Blank

Thank You, i've needed this for so long, and i am so happy to have found this post, and had it be so simple to do.

really, thank you!!!