Removing Breadcrumb

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
LeatherKnight
Posts: 1
Joined: Sat Dec 11, 2010 4:09 pm

Removing Breadcrumb

Post by LeatherKnight »

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

Re: Removing Breadcrumb

Post by Klemen »

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 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
online_michael
Posts: 4
Joined: Sun Jan 23, 2011 2:05 am

Re: Removing Breadcrumb

Post by online_michael »

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

Re: Removing Breadcrumb

Post by Klemen »

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