Closed (outdated)
Project:
Custom Breadcrumbs
Version:
7.x-2.x-dev
Component:
custom_breadcrumbs
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2010 at 07:35 UTC
Updated:
17 Jul 2025 at 10:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
MGN commentedThanks for reporting this. I've confirmed that this is a problem and am working on a solution.
Comment #2
deva1983 commentedSubscribing.
Comment #3
MGN commentedThis patch reverts part of #627792: Custom Breadcrumb option causes Access Denied in OG Forums, and should restore the ability to pattern the breadcrumb after the menu structure.
I am not sure, but I don't think this will negatively impact that original issue - seems that the problem was fixed in og_forum, but this needs to be checked.
Can you test the patch and verify that it fixes the problem?
Comment #4
Anonymous (not verified) commentedsubscribing. Still have to use menu_breadcrumbs to get what I want. I guess, this functionallity is a replacement for the menu_breadcrumbs module, right?
Comment #5
MGN commentedCommitted patch to 6.x-2.x-dev for further testing. http://drupal.org/cvs?commit=372384
Comment #6
RedTop commentedCheers, I use this feature on two sites. On one site it works without any probs but on another site it doesn't. Both sites used version 6.x-2.0-beta3. I just upgraded to the latest dev and fortunately that made the boo-boo go away. :P
Thanks! :)
Comment #7
ISPTraderChris commentedJust a heads up that the current dev branch breaks Themekey when 'Use Menu Structure' is enabled. This was *not* an issue with the beta3 branch -- I just upgraded from beta3 to the dev branch try and fix the issue noted here regarding a missing menu tree breadcrumb. When I disable the configuration option in to use the menu structure as the breadcrumb (in the dev branch) everything is back as it should be.
We are using Themekey to change the site theme for users having specified roles.
Comment #8
mrfelton commentedThis functionality only seems to work if the node is in one menu only. If you place it in several menus, no breadcrumb is generated.
For example, I have a node in the primary-links menu, as well as several other menus. At admin/settings/custom-breadcrumbs I have set 'Use the menu structure to set the breadcrumb trail' checkbox, and selected the primary-links menu. No breadcrumb shows - until I remove the node from all the other menus so that it is only in the primary links menu.
Comment #9
mrfelton commentedAttached patch seems to get it working again when nodes are in more than one menu (partly ripped from latest menu_breadcrumbs module)
Comment #10
cpo commentedI enabled this option with several menu (primary or others) but nothing happens.
In the breadcrumb trail I have only the homepage link.
Comment #11
TimG1 commentedsubscribing
Comment #12
rp7 commentedsubscribing
Comment #13
MGN commented@mrfelton, Thanks for the patch and your patience. I was hoping that someone else would come along and actually test the patch, but got tired of waiting and tested it myself. I was able to reproduce the problem and verified that the patch works as expected. I cleaned up a few white space issues and committed it to 6.x-2.x-dev.
Comment #15
SchwebDesign commentedJust sharing- i had this exact same issue and updating to the latest DEV release fixed the issue for me as well. Thank you!
Comment #16
gooddesignusa commentedDoesn't seem to be working for me even with the latest dev. I'm not sure if it matters that i'm using a different menu I created and not the primary links one. I need to do some more testing.
Comment #17
akosipax commentedRe-opening issue for version 7.x-2.x
Traced the code and it seems that in custom_breadcrumbs.module line 831, the variable passed must be an array else it would just set the active menus to the default ones. Changing line 831 to menu_set_active_menu_names(array($menu_name)); made it work.
Comment #18
lamp5