Opening this to follow up on item #2 raised here: http://drupal.org/node/595282#comment-2276450

It says on the form that the Navigation menu will be used by default, even if it is disabled. Does this essentially mean that it can't be disabled? In that case should the 'enabled' checkbox be disabled for that menu?

It's always been the case with this module -- if menu_breadcrumb doesn't call menu_set_active_menu_name(), then it remains set to its default value of 'navigation'. Can we safely set it to a non-existent menu name? (we can't use a real-but-non-matching menu -- aside from anything else, in edge cases there might not actually be one). I decided it was out of scope for this issue, anyhow. We don't want to disable the checkbox, because the enabled/disabled status is still relevant when we're looking for a menu to use.

Comments

nerdcore’s picture

Version: 6.x-1.x-dev » 7.x-1.5
Issue summary: View changes

My entire site structure exists in a menu which is not Navigation (it is Main Menu).

I've enabled the checkbox "Use menu the page belongs to for the breadcrumb."

I've disabled the Navigation menu in Menu Breadcrumb's settings, and to boot I have also disabled the offending page within the Navigation meu itself. The ONLY enabled menu in MB's settings is Main Menu.

Still Menu Breadcrumb shows the title and trail as listed in Navigation (a disabled menu entry on a disabled menu), and not the same node's title and trail from Main Menu as I would expect.

xurizaemon’s picture

Status: Active » Closed (outdated)

Closing a lot of ancient (> 4 years) issues. It's fine to re-open if you think there's something of value to be discussed.