Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2010 at 10:44 UTC
Updated:
5 Jan 2011 at 08:42 UTC
I have Two Menu,
1. Primary Link
2. Footer Link
I have created one post; in the post i have used menu-settings where i have given menu title and selected primary-link as a primary menu-item.
Same item need in the Footer Links, I have created a menu item and in the path i have provided - 'node/10'
Now My Both Menu item is pointing to a same page/post.
But i don't see that custom breadcrumb is working.
Does i am missing any configuration here?
Help would be appreciated.
Comments
Comment #1
MGN commentedHow do you have custom breadcrumbs configured?
Have you checked the 'Use the menu structure to set the breadcrumb trail' option on the custom breadcrumbs configuration page?
Did you select your two menus from the list on the same page?
There has been a bug fix or two related to this feature, so please test the latest 6.x-2.x-dev code and see if it is still an issue.
Comment #2
Ujval Shah commentedThanks Dude, appreciate your quick reply.
I have already enabled this option - 'Use the menu structure to set the breadcrumb trail'.
I have one page (node id -10)
Primary Link:
- About Us
-- Our Team : having path as node/10
- Resources
-- Our Team : having path as node/10
Now,
About Us Section:
When i Click on Home › About Us › Our Team it is showing me breadcrumb as Home › About Us,
Here i want this to be set as Home › About Us › Our Team where Our Team Will be plain text(not Click-able).
Status : Working Correct redirects on the correct page(About Us)
Resources Section:
When i Click on Home › Resources › Our Team it is showing me breadcrumb as Home › Resources,
Here i want this to be set as Home › Resources › Our Team where Our Team Will be plain text(not Click-able).
Issue : Clicking on Our Team Redirect to Home › About Us instead of Home › Resources
NOTE : When i am visiting any node of page type; i need a breadcrumb to be trailed by page-title (plain text : not Click-able) as well as feature of 'Use the menu structure to set the breadcrumb trail' too and get rid of the issue i have mentioned at issue
still am i missing anything here in the configuration?
Comment #3
Ujval Shah commentedany help?
Comment #4
MGN commentedThanks for the extra detail. At the moment custom breadcrumbs doesn't have an option to append the page title for menu-based breadcrumbs. For node-type breadcrumbs, you could use the [title] token. But unfortunately there isn't anything so easy for menu items. You might be able to do yourself by modifying your theme to append the page title to the breadcrumb trail. I think there are many themes which do this automatically.
Possibly related requests:#675908: Show current term in breadcrumb trail for Menu structure
I can change this to a feature request, but I am not sure how to implement this at the moment.
Comment #5
edg commentedRe getting a plain text breadcrumb have you tried using the special identifier:
in the path and whatever your token is in the title?
Comment #6
MGN commentedI think that this can now be done with the new
<menu-parent-trail>special identifier. If the page is a node then [title] can be used as the last crumb, otherwise, the<page-title>special identifier can be used.Comment #7
Ujval Shah commentedthnx,
let me try this.
Comment #9
finex commentedAnother solution could be trying to configure this module: http://drupal.org/project/hansel
Comment #10
nocean commentedThe solution worked beautiful. Thanks MGN!