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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 discussion → 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
Which links?
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!
PunBB Forums → PunBB 1.3 discussion → How to change links opening in new browser tab?
Powered by PunBB, supported by Informer Technologies, Inc.