Open Links in a new webpage

Problems installing LinkMan?
Post Reply
fogline
Posts: 2
Joined: Tue Mar 13, 2018 7:04 pm

Open Links in a new webpage

Post 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?
Klemen
Site Admin
Posts: 10114
Joined: Fri Feb 11, 2005 4:04 pm

Re: Open Links in a new webpage

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
fogline
Posts: 2
Joined: Tue Mar 13, 2018 7:04 pm

Re: Open Links in a new webpage

Post by fogline »

Great Thank you Kleman.
Yes that worked great Thanks...
Post Reply