I'm reporting this here because I spent at least two hours to figure it out, and if it helps somebody else save some time, so much for the better.

Here's what happened:
I have a content type Product and a content type Author. In the product full node I was showing the teaser for Author.

To make things cleaner in the backend, I moved the Author node reference field inside of a fieldgroup in the Product node. This caused the DS node reference field to stop working. It took me a while to realize it because I didn't check the full node display when I move the field inside of a fieldgroup.

My solution was to pull the field back out of the fieldgroup.
Hope this helps somebody else who stumbles here.

Comments

swentel’s picture

Status: Active » Closed (fixed)

Ok, thanks for the info!

xtfer’s picture

Version: 6.x-2.3 » 6.x-2.4
Status: Closed (fixed) » Active

Re-opening this, as it appears to be an issue with the rendering pipeline.

A CCK field inside a field group ignores any DS settings and instead uses the default CCK rendering, no matter what settings are used in the DS layout.

xtfer’s picture

Title: Node reference fields within fieldgroups don't work » Node reference fields within fieldgroups ignore DS settings

renaming for clarity

xtfer’s picture

Project: Node displays contributions » Display Suite
Version: 6.x-2.4 » 6.x-2.x-dev
Component: ND CCK » Code
Status: Active » Closed (duplicate)

This is a ds bug which has been fixed in the 6.x-2.x branch.