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.

CommentFileSizeAuthor
#1 node_cb_panels_2.patch1.17 KBjuanval
node_cb_panels.patch750 bytesjuanval
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

juanval’s picture

FileSize
1.17 KB

The previous patch breaks node type breadcrumbs. I attach a new patch that solves both problems.

ludo1960’s picture

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!

MGN’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

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.

ludo1960’s picture

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.

MGN’s picture

Do you have custom_breadcrumbs_taxonomy enabled? That is also required.

ludo1960’s picture

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!

MGN’s picture

Status: Postponed (maintainer needs more info) » Fixed

I am assuming this can be marked fixed now. If there is still an issue, feel free to update the status.

endiku’s picture

I am running into this same issue. I have the current 6.x-2.x-dev which already contains this patch.

  • Using Panels and taking over standard node_view /node/%node
  • I have the Custom Breadcrumbs, Custom Breadcrumbs for Panels and Custom Breadcrumbs for Taxonomy modules all installed.
  • In admin/settings/custom-breadcrumbs I have "Use taxonomy breadcrumbs for panels", "Use the taxonomy hierarchy to set the breadcrumb trail for nodes and taxonomy pages", "Show current taxonomy term in breadcrumb trail for node pages", "Show current node title in taxonomy breadcrumb trail"
  • I've tried every module weight order and including the node types and excluding nothing.
  • in admin/build/custom_breadcrumbs I've added custom paths for the taxonomy Terms associated with my node pages.
  • on my node pages I'm using hierarchical select to select taxonomy hierarchies
  • 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

incaic’s picture

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!

webwriter’s picture

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'.

MGN’s picture

Assigned: Unassigned » MGN
Category: support » bug
Status: Closed (fixed) » Active

Thanks for reporting this. I've confirmed the bug and will have a solution committed shortly.

webwriter’s picture

Thanks!! That really helps. This is an AWESOME module and it really makes useful breadcrumbs simple.

MGN’s picture

Status: Active » Fixed

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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

FiNeX’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Status: Closed (fixed) » Active

The same problem is reproducible on 7.x-2.x-dev version :-(

marikomay’s picture

Same here on 7.x-2.x-dev. Tried all steps mentioned in #8. Still no go.

stone_d’s picture

same here :(
Any solution yet?

Summit’s picture

Issue summary: View changes

For me still this is not working on 2.x within panels...2 years later..
And function custom_breadcrumbs_nodeapi( gives a function not found error...

EDIT: On drupal 6 I had the same sort of problems, but then on term pages; https://www.drupal.org/node/898750

Now I have the problem on Node pages.

What to do please to get nice term hierarchy within breadcrumb on node pages?
greetings, Martijn