Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
How do you make LinkMan links open in a new webpage?
Open Links in a new webpage
Re: Open Links in a new webpage
You will need to edit the links template to do that.
First, open file /templates/default/links.tpl.php in a powerful text editor (I recommend the free Notepad++).
Then find this code: and change it to
You will need to do that twice in the links.tpl.php file.
First, open file /templates/default/links.tpl.php in a powerful text editor (I recommend the free Notepad++).
Then find this code:
Code: Select all
<p><a href="
Code: Select all
<p><a target="_blank" href="
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Open Links in a new webpage
Great Thank you Kleman.
Yes that worked great Thanks...
Yes that worked great Thanks...