I need to remove the breadcrumb pathway otherwise if it is clicked on, clients will get a full version of the site appearing within the iframe. I have search for this code but cannot find it to remove it. Where can I find this?
Thanks.
Removing Breadcrumb
Moderator: mkoch227
Re: Removing Breadcrumb
You'll need to modify every file that has the breadcrumb links. Search for and delete the table that contains
Code: Select all
<a href="<?php echo $hesk_settings['hesk_url']; ?>" class="smaller"><?php echo $hesk_settings['hesk_title']; ?></a>
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
-
- Posts: 4
- Joined: Sun Jan 23, 2011 2:05 am
Re: Removing Breadcrumb
Also, when an email link to the ticket is clicked, only the iframe is loaded - the rest of the web site is left out. I like the idea of breadcrumbs so I'm wondering if there is a different/alternative solution to this problem. Surely there is a better way to get around this issue? Isn't there?
Re: Removing Breadcrumb
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