By drupalzack on
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
Looking for the same answer.
I'm wondering the same thing. Although I wonder if Views is the solution to this one.
Found this module.
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.
Confirmed
I'll confirm this module works for this need.