Hello!
I noticed that for any cck content type, on viewing a node created using a cck type, the breadcrumb is not set. This seems different from say a story or page node where on viewing a story/page, it shows the breadcrumb trail.

How do I set the breadcrumb for a cck content type to behave similar to a core content type?

the $breadcrumb variable only has 'home' and not the trail, is there an easy way to manually 'build' $breadcrumb from within say template.php?

For core nodes (blog), the breadcrumb on viewing is:

home>>(menu)>>(joe's blog)

Comments

gav240z’s picture

I'm wondering the same thing. Although I wonder if Views is the solution to this one.

gav240z’s picture

http://drupal.org/project/custom_breadcrumbs

Seems to be the solution I need, will try it out tonight. Seems a shame to need a custom module for this though.

TheDoctor’s picture

I'll confirm this module works for this need.

  • Drupal 6.19
  • Content (CCK) 6.x-2.8
  • Custom Breadcrumbs 6.x-1.5
  • Views 6.x-2.11