Hello
I added a custom item in the navigation bar but I can't set the aperture on a new browser window.
There is the possibility to do so?
Open links Custom navigation bar in a new window
Moderator: mkoch227
-
- Posts: 14
- Joined: Wed Sep 13, 2017 1:04 pm
Re: Open links Custom navigation bar in a new window
There is no built-in way of supporting this at this time, but you can make the following change to modify all custom nav elements:
Customer Side
Find the following in header.inc.php on line 323:
Replace with:
Staff Side
Follow the same step as above, but look in show_admin_nav.inc.php at line 136.
Customer Side
Find the following in header.inc.php on line 323:
Code: Select all
<a href="<?php echo $row['url']; ?>">
Code: Select all
<a href="<?php echo $row['url']; ?>" target="_blank">
Follow the same step as above, but look in show_admin_nav.inc.php at line 136.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.