Closed (works as designed)
Project:
Kanji
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Jan 2011 at 04:08 UTC
Updated:
11 May 2011 at 15:46 UTC
I have just found your theme and think it is great. However, unfortunately on my site the breadcrumb links always appear as "Home" above the content no matter which page you are on. If I go to the about page, for example, it remains the same. On your site it works well and says "Home | About me". I have tried to modify some settings without success.
Thank you in advance for any help.
Comments
Comment #1
anewman1980 commentedUpdate: if I go to for example forums -> general discussion -> forum post, then the breadcrumbs section will show "Home | Forums | General discussion" and "forum post" will be displayed underneath. So they are working, but not for first level links like "about", "contact" etc.
Comment #2
donnycarette commentedHi,
My site is still running on Drupal 6 with the menu breadcrumb module.
Drupal 7 does now support the breadcrumb menu items. But it will only show the title inside the breadcrumb if the node also contains a menu link.
Comment #3
donnycarette commentedComment #4
davidbutler commentedHow to disable completely the use of breadcrumbs?
Thank you.
Comment #5
donnycarette commentedFor removing the breadcrumbs you'll need to open page.tpl.php and remove the following code:
Comment #6
davidbutler commentedThank you Kindly!