I have a view (block) where I output a specific node with the following settings:

Naam: In the picture
Titel: Geen
Stijl: Unformatted
Row style: Display suite node
Use AJAX: Nee
Use pager: Nee
Items to display: 10
More link: Nee
Distinct: Nee
Access: Unrestricted
Caching: Geen
Exposed form in block: Nee
Kop: Geen
Voet: Geen
Empty text: Geen
CSS class: Geen

I'm using the DS full-node display and I have added "links" to the top region, "body" to the middle-region.
The "links" don't show up ... display suite actually doesn't even output the top-region as if there's nothing in there. If I add another field to the top-region (like "Author"), the top-region does appear but still not with the "links" field.

Maybe I'm missing something but it appears to be a bug.

Comments

swentel’s picture

Hrm, can't reproduce here, works perfectly - not sure what might be wrong - is the full node (on node/nid) itself showing the links ?

Percept’s picture

Hmm good question ... no, if I access the node directly it also doesn't show the "links".
Ok, so it's not related to the view.

I'll see if I can pin-point anything else that might be causing this ...

swentel’s picture

See if the link you really want is in the $links variable uberhaupt (in the normal node.tpl)
if it's not there, than it's DS neither.

Percept’s picture

Status: Active » Postponed

I have to work on something else right now but I'll come back to this later if I had time to do some more testing

swentel’s picture

Status: Postponed » Closed (cannot reproduce)