Posted by juanval on January 28, 2010 at 9:55am
12 followers
| Project: | Custom Breadcrumbs |
| Version: | 7.x-2.x-dev |
| Component: | custom_breadcrumbs |
| Category: | bug report |
| Priority: | normal |
| Assigned: | MGN |
| Status: | active |
Issue Summary
When a node type uses a panel to show content using "Node template" page, the taxonomy custom breadcrumbs only shows "home" link.
I attach a patch that fixes it.
| Attachment | Size |
|---|---|
| node_cb_panels.patch | 750 bytes |
Comments
#1
The previous patch breaks node type breadcrumbs. I attach a new patch that solves both problems.
#2
I have the same issue:
When a node type uses a panel to show content using "Node template" page, the custom breadcrumbs only shows "home" link.
The only difference is I am using OG Panels, adding [ogname] doesn't work!
#3
The patches are not against the latest dev. Can you first try the latest version of 6.x-2.x-dev and then re-roll?
Also, make sure you have 'Use taxonomy breadcrumbs for panels' enabled on the custom breadcrumbs configuration page.
#4
Hi there,
Many thanks for your help; Just downloaded the dev version (ran update) and I dont have the option 'Use taxonomy breadcrumbs for panels' on the configutation page? Still only get Home link.
#5
Do you have custom_breadcrumbs_taxonomy enabled? That is also required.
#6
OOPs,
Apologies,
"Also, make sure you have 'Use taxonomy breadcrumbs for panels' enabled on the custom breadcrumbs configuration page."
I was looking at the settings page, didn't realise you meant module config!
Anyway, it's all looking much better now. I will keep testing and report back.
many thanks for your input and a great module!
#7
I am assuming this can be marked fixed now. If there is still an issue, feel free to update the status.
#8
I am running into this same issue. I have the current 6.x-2.x-dev which already contains this patch.
I'm trying to have the taxonomy Term associated with a patch display a custom breadcrumb path but the only thing I ever see is Home.
This original issue sounded like the exact same problem I am having but I believe I've followed everything discussed here and I'm not seeing a change.
#9
Automatically closed -- issue fixed for 2 weeks with no activity.
#11
I didn't see this patch in the latest dev http://drupal.org/node/417124 updated April 25, 2010.
The last time custom_breadcrumbs_panels.module was updated was Nov 29, 2009.
I added the patch and it works great.
Thanks juanval!
#12
Like #8, I am having this issue as well.
Custom Breadcrumbs are working beautifully throughout the rest of the site, but refuse to appear on node pages being delivered by panels.
My code does have the above patch in it already, I have Custom Breadcrumbs for Panels and Taxonomy turned on and have checkboxed the "use CB for Panels" checkbox.
My taxonomy term panel pages are working wonderfully- my node panel pages are not showing anything but 'home'.
#13
Thanks for reporting this. I've confirmed the bug and will have a solution committed shortly.
#14
Thanks!! That really helps. This is an AWESOME module and it really makes useful breadcrumbs simple.
#15
A fix has been committed to CVS http://drupal.org/cvs?commit=382746. Please test the latest code and verify that this solves the problem. Thanks.
#16
Automatically closed -- issue fixed for 2 weeks with no activity.
#17
The same problem is reproducible on 7.x-2.x-dev version :-(
#18
Same here on 7.x-2.x-dev. Tried all steps mentioned in #8. Still no go.