Closed (outdated)
Project:
Menu Breadcrumb
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2010 at 21:04 UTC
Updated:
11 Jul 2021 at 11:35 UTC
Jump to comment: Most recent
Comments
Comment #1
jweowu commentedWithout knowing what else you are running, or exactly what "stopped working" means, it's hard to advise on this.
If you want to track down the conflicting module, take note that where weights are equal, hooks are invoked on modules according to their position in the "system" database table, when sorted by "filename" (which is the full path, relative to drupal root). Assuming you put all your modules directly under sites/all/modules/ (*), the culprit is most likely a contrib module with a name 'lower' than "menu_breadcrumb", which gives you a smaller list to test against (although it sounds like you already knew that, or perhaps generated a more detailed sequence of events?).
(*) Note also that you are free to organise your modules within arbitrary further subdirectories, which can then affect the system table sort order without touching the menu weights. (For example, modules under sites/all/modules/custom/ would have their hooks invoked after the modules under sites/all/modules/contrib/
Comment #2
awolfey commentedThats good to know about sub-directory weighting. I wasn't aware of that.
By stopped working, I mean the active menu was not set in time to use it for the breadcrumb, and the crumbs were all being built from the navigation menu, so the result was Home > Node Title.
Comment #3
xurizaemonCleaning up issue queue. Closing all D6 issues.
If you believe this issue still applies to a supported version, feel free to re-open it. That would be a great time to check if the issue contains clear steps for reproducing the bug!
Thanks and sorry for any inconvenience.