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

ceejayoz’s picture

I encountered this in the Automatic Nodetitles project, as well.

http://drupal.org/node/153561

Looks like a CCK issue, then.

eaton’s picture

Status: Active » Postponed

Yeh, 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.

MGN’s picture

Category: bug » support
Status: Postponed » Closed (fixed)

Closing old issues that are no longer relevant....doesn't seem like a custom breadcrumbs problem.