Closed (outdated)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
custom_breadcrumbs_taxonomy
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2010 at 11:23 UTC
Updated:
17 Jun 2020 at 08:09 UTC
Jump to comment: Most recent
Comments
Comment #1
MGN commentedI haven't been able to reproduce this problem - seems to work just fine in the latest code. Can you provide more information on this problem?
Comment #2
MGN commentedNo response. I assume this can be closed.
Comment #3
ultimikeMichael,
Thanks for all your hard work on this module, it is much appreciated.
I am re-opening this case because I cannot get [term] tokens replaced when creating custom breadcrumbs for the core Drupal forum module either. Here's the situation:
1. I have a number of forums and containers configured.
2. For the /forum page and each /forum/(container)/, I'd like the breadcrumb: "Navigate the forums >> Forums"
3. For each /forum/(container)/(forum), I'd like the breadcrumb: "Navigate the forums >> Forums >> (container)"
4. I've set up a module-page custom breadcrumb (modules/forum/forum-list) that takes care of the /forum and /forum/(container) pages.
5. I'm having trouble figuring out how to create a custom breadcrumb for the /forum/(container)/(forum) pages. Every way I try to create a new custom breadcrumb, the [term] tokens never get replaced by their actual values.
What am I missing?
Thanks in advance,
-mike
Comment #4
lamp5