Posted by lasac on September 3, 2010 at 11:23am
3 followers
Jump to:
| Project: | Custom Breadcrumbs |
| Version: | 6.x-2.x-dev |
| Component: | custom_breadcrumbs_taxonomy |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The option: Show current taxonomy term in breadcrumb trail on the taxonomy term page. Is not working when viewing a term of a forum.
Comments
#1
I 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?
#2
No response. I assume this can be closed.
#3
Michael,
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