I can't create a multiple hierarchy: I can't flag 'Enable multiple breadcrumbs'.
What does it means 'Only active if menu prefixes are enabled'? What do I need I to configure?
I have already add additional breadcrumbs code in my template.php.
Sorry but I am a Drupal beginner.
Regards
Maria

Comments

rcrowther’s picture

'Enable multiple breadcrumbs' is an option within ttm.
The comment 'Only active if menu prefixes are enabled' means you need the menu prefixes option within ttm enabled.

This could create problems with other breadcrumb code, as it tags extra info into the urls. Try it on a test site to see what it's doing, and see if that solution is acceptable for your work.

One of the long, long pieces of work within (the experiment which is) ttm is how to handle these scenarios. I've searched for, and think I've more or less traced out acceptable solutions that work for the general user, but they will not always work in specific circumstances. Only custom code could do that (think about Drupal's idea of 'regions' - this works for the majority of users, but won't cover every website layout possibility. That's how I try to concieve of the ideas within ttm).

I guess in computing, beginners feel like they are being clumsy. But to me, they raise the most important questions - things an 'expert' leans to skim. So do ask! Well here anyhow.

Rob