[tid] appears to not be working
saepl - June 25, 2009 - 03:05
| Project: | Custom Breadcrumbs |
| Version: | 6.x-2.x-dev |
| Component: | custom_breadcrumbs_taxonomy |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I might very well not be creating my breadcrumbs properly but it seems to me that [tid] is not being generated at all the link created is /something/something-else/[tid] (where [tid] should be a number

#1
Can you tell me more about your custom breadcrumb settings, what type of page (node, view, taxonomy term page, etc.) and what you are putting in for titles and paths for the breadcrumb?
#2
I have a content type called Articles.
When you submit an article you have to assign it to a taxonomy term
I have a views page at mysite.com/Articles that has a summary of how many articles are in each term
In the custom breadcrumbs in the Titles box I have:
Articles of Interest
[term]
In the custom breadcrumbs Paths box I have:
[site-url]/Articles
[site-url]/Articles/[tid]
Everything is displaying properly except that tid shows up in the link as [tid]
Let me know if you need anything else.
#3
I am still not sure what type of custom breadcrumb this is for. You have indicated the component as custom_breadcrumbs_taxonomy, but from your description it sounds like its either a views type breadcrumb (for the views page) or a node breadcrumb (for the content type articles).
Can you tell me what the breadcrumb type is? (listed at /admin/build/custom_breadcrumbs).
If its a view or a node-type breadcrumb, try [term-id] instead of [tid]. [term-id] is formed from the node object, rather than the taxonomy object. Let me know if that works.
#4
[term-id] works. thanks.
#5
Great!
#6
Automatically closed -- issue fixed for 2 weeks with no activity.