In my site I have some parent pages which each have child pages.
The breadcrumb trail I want for any of the child pages is:
Home > Parent [the latter would show the menu title of the parent page and be a link to it.]
(In my default theme I only get the "Home" breadcrumb even when I drill down to a child page. This seems to only apply to the "page" content type, as my forum threads show the expected breadcrumb trails OK.)
So, I've installed this module and created a new breadcrumb for the "page" content type.
In the "paths" field I have [menu-link-parent-path]
In the "titles" field what I want is a placeholder token for the TITLE of the parent page, but there isn't one. There is [title] but that shows the title of the CURRENT page.
I realise I can put anything in the "titles" field (e.g. "Hello") but because breadcrumb creation in this module is based on content type rather than individual nodes, that shows "Home > Hello" on all pages even though the link off "Hello" is different on the different pages. Plus, on "top-level" menu items (i.e. those in my primary links) I get two breadcrumbs back to the home page, i.e. "Home > Hello" ("Hello" now being a link to home) which I don't want.
Sorry but am I missing something here?
Comments
Comment #1
lastar84 commentedI have the exact same question. My node type has several different parent menus under the top level menu -- each parent menu with a different TITLE. There seems to be no token for this.
Comment #2
MGN commentedTo make it work in 6.x-1.x you would need to find or create a token for this.
In 6.x-2.x there is a special identifiers module which includes the
<menu-parent-trail>identifier. I think this is what you are looking for.Marking as fixed because the question has been answered. Reopen as needed.