Closed (duplicate)
Project:
Menu Breadcrumb
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2009 at 13:01 UTC
Updated:
10 Oct 2009 at 16:40 UTC
Hello,
It works fine except on this case :
My option menu is a view. A field of this view has a link to node. And when displaying this node, the trail is broken. I understand it's because this node does not belong to a menu.
exemple : from myMenu, option publication => a view lists 40 books. And when clicking on title, I show the node (customed design).
Is that module not wrotten for such a case? Is there another module for that case?
I can do the following : to each node, I tell it belongs myMenu/publication and in admin/build/menu-customize I diseable the nodes. It's OK but heavy.
Any suggestion?
Comments
Comment #1
xurizaemon@sahuni, looks like this issue is a duplicate of #275622: Doesn't work for Views pages - am marking this issue as a duplicate.
If this is not correct, please re-open this issue and specify how the two issues are different. Otherwise, hopefully the fix there can be corrected for your case also.
Thanks!
Comment #2
xurizaemonComment #3
jweowu commentedThis isn't a duplicate (despite the rather confusing and largely irrelevant issue title), but it's not a menu_breadcrumb issue either.
sahuni is just talking about nodes (not Views) that have no menu item, and consequently have no breadcrumb.
You can hard-code this kind of thing by generating a custom $trail array, and then calling:
But you might prefer to try the custom_breadcrumbs module.
Comment #4
sahuni commentedSorry for poor title.
You have understood well jweowu, despite my not so clear explanation. In fact, I installed the http://drupal.org/project/custom_breadcrumbs module just for that specific case and it was OK.
Thanks for showing the 2 ways of solving that problem.