Heisenberg submitted a new resource:
You must be registered for see links
- Open Local links in same window, External in new windowvB Version: 4.1.0
I did search for a easy solution to simply open a local link in the same window, and external links in a new window.
Did not find it, so I did make this. My first PHP script.
In the file:
includes/class_bbcode.php
Search for: standard URL hyperlink
3.1.5 (maybe 3.1.6?) And before:
Replace:
Code:[/B][/I][I][B]return "<a href=\"$rightlink\" target=\"_top\"" . ($is_external ? ' rel="nofollow"' : '') . ">$text</a>";[/B][/I][I][B]
3.1.7 ->
Replace:...
You must be registered for see links
Last edited:
