Clickable Hyperlinks

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
lamina
Posts: 1
Joined: Sun Jun 29, 2008 6:26 am

Clickable Hyperlinks

Post by lamina »

Script URL: Hesk
Version of script: 0.94.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:hyperlinks

Write your message below:

Hi, I would like to remove the clickable hyperlinks at the top of each Hesk page. I have tried looking through various files but cannot locate the required code.

Thank you for an excellent program !
Regards
Richard
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Find this code

Code: Select all

<p class="smaller"><a href="<?php echo $hesk_settings['site_url']; ?>"
in index.php, ticket.php and submit_ticket.php and delete everything from including this code to the first </p> (the code in between can differ from functions/files). This code can be found several times in index.php not just once.
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
Post Reply