What I am after doing is creating the illusion of a hierarchical structure.

I am sure this must be one of the most common question asked on the site, I've seen enough posts about it already but I have not been able to achieve the complete structure I would like.

I have added the following modules:

  • menu_breadcrumb
  • pathauto
  • taxonomy_breadcrumb
  • taxonomy_menu
  • token

What I would like is for each page to be included in the URL and the breadcrumbs.

Using the example of countries.

I have a menu that looks like this:

  • Countries
    • + America
    • + Europe
      • + + West

If I click West I get the URL: /Countries/Europe/West

And the breadcrumbs: Home › Countries › Europe › West

So far so good.

Under West I list the countries in the West of Europe.

So on the page for West it displays France, Germany, UK.

If I click France the URL becomes: Countries/Europe/West/France

But the breadcrumb stays as: Home › Countries › Europe › West

I would like France to be added as a non link to the breadcrumbs.

Could anyone help me with this final step please?

Note

- In menu_breadcrumb I have "Append page title to breadcrumb" and "Use menu the page belongs to for the breadcrumb." ticked.