Hi.

My site has the following structure:
Node#1: Provided a menu link + category
Node#2: Provided a category only.

I am trying make:
1. Use the menu structure to set the breadcrumb trail;
2. If the node does not belongs to any menu - Use the taxonomy hierarchy to set the breadcrumb trail for nodes.
But in the result I see a mix of breadcrumbs from menu and term.
So I need to add the "OR" condition or other way.

I am trying to make sush:
Home > Menu trail #1 > Menu trail #2 > Node#1Name
Home > Term trail #1 > Node#2Name

But now i can see
Home > Menu trail #1 > Menu trail #2 > Term trail #1> Node#1Name
Home > Term trail #1 > Node#2Name

Can anybody help me?

Thank you.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Ruslan P created an issue.