i would really appreciate it if somoone could help me.
i would like to hide the page names, also i would like to know how to remove the block with the word 'home', that redirects you to the frontpage
cheers

Comments

danpros’s picture

Hi,

You can try this module.

Dan

olan.bamidele’s picture

thanks, i have managed to hide the page title, the only issue now is removing the bar withe word 'HOME' that redirects u to the frontpage.

iamnotneo’s picture

nevermind..

iamnotneo’s picture

Title: page name » Bread Crumbs
Version: 6.x-2.0 » 7.x-1.0

I think he is referring to the bread crumbs (in the second part). They are messed up and show HOME for most pages/links, unless they are module generated pages.

iamnotneo’s picture

Assigned: olan.bamidele » Unassigned
olan.bamidele’s picture

Version: 7.x-1.0 » 6.x-2.0
Assigned: Unassigned » olan.bamidele

i think it is the breadcrumb.
is there anyway to remove it?
thanks in advance.

iamnotneo’s picture

The problem is the breadcrumb is messed up. If you click on a navigation link it should show the link you are at. It shows "HOME" instead.

For example, if you created a link "directions" and you click on it, It should display "HOME >> DIRECTIONS" instead of just "HOME"

So there is a bug in the code.

If you just want to remove the breadcrumb, you can override it in local.css. Here are the steps

1) Make sure you have local.css file in the danland theme. If you didn't create one, rename local_sample.css to local.css

2) Add the following over-ride in the local.css file:

.breadcrumb {
display: none;
}

3) Make sure you have enable the local.css file. For that:

uncomment the line in danland.info file

from

;stylesheets[all][] = local.css

to

stylesheets[all][] = local.css

4) Once you do the above 3 steps, go to Home » Administration » Configuration » Development

click on "Clear all Caches"

5) Refresh the page and the breadcrumb will be gone.

danpros’s picture

@iamnotneo: are you already check it in theme core like Bartik? if it has similar behavior then its a core bug.

Danland not override any bredcrumb, I just print like this

<?php if (!$is_front) print $breadcrumb; ?>

I talk about the D7 version.

Dan

olan.bamidele’s picture

thanks alot iamnotneo, it worked
thanks alot every one else, very much appreciated

olan.bamidele’s picture

Status: Active » Fixed
danpros’s picture

Assigned: olan.bamidele » Unassigned
Status: Fixed » Closed (fixed)

Closed.

breeze76’s picture

Status: Closed (fixed) » Active

Posted by iamnotneo on January 30, 2011 at 12:16pm

The problem is the breadcrumb is messed up. If you click on a navigation link it should show the link you are at. It shows "HOME" instead.

For example, if you created a link "directions" and you click on it, It should display "HOME >> DIRECTIONS" instead of just "HOME"

So there is a bug in the code.

I am having this same issue and would like to get it to work instead of removing it. Has there been a fix or something to this issue?

danpros’s picture

Status: Active » Closed (works as designed)

Hi,

Regarding the breadcrumb system is not Danland problem but the Drupal core. Maybe you can use this module http://drupal.org/project/custom_breadcrumbs

Dan

cwrighta70’s picture

Status: Closed (works as designed) » Active

danpros, we need more information. If it works as designed, then what did you do to get it working? I have the same issue as the others; the breadcrumb displays only 'Home' for modules using the taxonomy, such as the Ubercart Catalog. For instance, when navigating the categories in Ubercart my breadcrumb should show 'Home>Catalog>Apparel>Men's>Tshirts>node. Instead, I see 'Home>node'.

If this is really an issue with the Drupal core, but you have it working, then please tell us what you did to make it work. I would rather not rely on a custom module to do work that the theme should be handling.

breeze76’s picture

I do see where it is going wrong... in the normal view of the page you do not get the breadcrumb:

<div class="breadcrumb"><a href="/">Home</a></div> </div>

But, when in the edit mode you do:

<div class="breadcrumb"><a href="/">Home</a> › <a href="/?q=node/4">Court Reporting Services</a></div> </div>

What code makes it pick it up in edit mode and not in normal view mode??

breeze76’s picture

Ok.. I noticed something.... I add the print module to my site... and when I do a print this page, it prints out the complete breadcrumb.... maybe someone who knows coding can take a look to see how and why it prints out there... just a thought...

cpotter’s picture

I have also the problem that the Breadcrumbs is only showing "Home"

However, if it can help the investigation, when you are displaying an admin page (i.e. admin/build/themes/settings), you will get the "full" breadcrumb !

olan.bamidele’s picture

Title: Bread Crumbs » banner
Version: 6.x-2.0 » 7.x-1.0-rc2

hi
I just updated to danland 7 but i cant seem to get the slide show to work, i switched to danblog and back to danland and it still isnt working
hope some one can help
thanks