I've got taxonomy_breadcrumb installed and eveything is working just great -- I only have one problem. The breadcrumb is appearing on my default front page. Now, disabling the taxonomy_breadcrumb module reverts to the default system and takes the breadcrumb off the front page (while leaving it all all other pages -- where it's acutal useful) -- so I'm assuming it's something to do with taxonomy_breadcrumb.

I've searched the forums on this, couldn't find any, and thought about maybe making a new block, insperting the breadcrumb code, and having it display on all pages except front -- but doing that seems like it might not be the easiest solution. Help is appreciated.

Comments

bsuttis’s picture

After testing on my local drupal setup, I found that if the normal front page is set to 'node' (default), the breadcrubm doesn't show up, but when the defualt front page is something else (in my case, a page with the alias 'home', a breadcrumb shows up.

So it's because I changed my default front page to something other than 'node'

_craig’s picture

I was able to duplicate this. I should be able to fix it in the 5.x branch.

_craig’s picture

Status: Active » Fixed

Fixed in 5.x branch http://drupal.org/node/111061. Will be included in next release.

Anonymous’s picture

Status: Fixed » Closed (fixed)