Using the title of a node referenced by a CCK field as a component of a custom breadcrumb (e.g. "[field_FIELD_NAME-title]") does not work when the CCK field is hidden in full-page mode (administer > Content management > Content Types > Display fields).
Comments
Comment #1
ceejayoz commentedI encountered this in the Automatic Nodetitles project, as well.
http://drupal.org/node/153561
Looks like a CCK issue, then.
Comment #2
eaton commentedYeh, unfortunately this is an issue with how CCK loads nodes. If a field is 'hidden' in a particular view (like $teaser), it isn't loaded and populated at all, so custom_breadcrumbs can't get at the data.
Comment #3
MGN commentedClosing old issues that are no longer relevant....doesn't seem like a custom breadcrumbs problem.