Suppose I have two content types: Artist and Album, where Album has a nodereference to Artist.

What I would like is my breadcrumb to display: Home > Artist Title > Album Title

This simple example could be tackled using Custom Breadcrumbs. However, if we make this a bit more specific, if we allow a Content Type to reference itself (Where I have a Content Type 'Book' and a Content Type 'Page', and Page can point to other Pages. This is not possible with Custom Breadcrumbs, and also not with Menu Trails.

I think this could be build using some functions of the Book module. I played around a bit, but couldn't get it working. Maybe some of you guys know how to do this?

Comments

markus_petrux’s picture

Status: Active » Closed (works as designed)

You try asking the issues queue of those modules, if they already support custom breadcrumbs, maybe they could add this feature, which is too specific to be supported by CCK itself.

You may also use custom code to generate breadcrumbs the way you exactly wish, but you'll have to look at api.drupal.org on how and/or where to use drupal_set_breadcrumb().