Topic: How to change links opening in new browser tab?
I'd prefer for my site to change the default to
open in new tab
not always in own
where can I set that?
is there a hook or something i can call on?
thanks for any input
Unfortunately no one can be told what PunBB is - you have to see it for yourself.
You are not logged in. Please login or register.
I'd prefer for my site to change the default to
open in new tab
not always in own
where can I set that?
is there a hook or something i can call on?
thanks for any input
the url links in posts I meant sorry ....
so in a users post: www.xyz.com <-- i want that to open in a tab
so target open in a new tab or window if tab isnt possible.... (_blank)
....
Replace Line 609 in 'include/parser.php' with:
return '<a href="'.$full_url.'" target="_blank">'.$link.'</a>';Thx much appreciated!
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.