I use node gallery to attach galleries to parent nodes, so I added an entity relation field to the gallery content type.

This works quite well, including cover images, etc. but except for one thing: I cannot link thumbnails or cover image thumbnails to anything else than one of the following:
- nothing
- gallery item node
- gallery node

What I am trying to do is linking the cover image thumbnail to the parent node, referenced by the entity relation field from the gallery node.

I have tried all the possible "link this field" options there are, but they always get overidden by the "node gallery link" set in admin/structure/file types/.../manage file display

When setting that to "none", the result is that there is no link, regardless of what the field settings in views or node displays say.
Maybe that is a bug?
I guess a more desirable behavior would be that a "none" setting would hand over control of the link to the view/display the file gets rendered in.

Comments

manarak created an issue.