Page 1 of 1

Open Links in a new webpage

Posted: Tue Mar 13, 2018 7:06 pm
by fogline
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?

Re: Open Links in a new webpage

Posted: Tue Mar 13, 2018 7:21 pm
by Klemen
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:

Code: Select all

<p><a href="
and change it to

Code: Select all

<p><a target="_blank" href="
You will need to do that twice in the links.tpl.php file.

Re: Open Links in a new webpage

Posted: Tue Mar 13, 2018 7:23 pm
by fogline
Great Thank you Kleman.
Yes that worked great Thanks...