Hi there,

First of all I want to congratulate you with the great module! I have been working on a different platform CMS and seeing this module in action and the idea for it is just wonderful!

Now to the problem:

I've been having problems finding how to link a node reference field to the current node in Views module; not to its node. If I pick from the Format select "Title (no link)" and check "Link this field to its node" - it works but my case requires to use the "Teaser" option which will display a title and an image and still have the ability to link both fields to the current node (hopefully my explanation makes sense).

I am relatively new to Drupal and Views module and searching here didn't provide solution (or I didn't find it...). I am absolutely sure from what I have already read that this robust module will support this functionality somehow and the problem is that I cannot find how to do it...

Thank you very much in advance!

Comments

merlinofchaos’s picture

You can't do this through the UI, but you can do this by theming the field. Create the appropriate template (see theme: information for help on getting the right template name) and you should be able to add HTML to turn that field into a link there.

tisho-1’s picture

Status: Active » Fixed

Got it. Too bad it couldn't be done through the UI; IMHO, it would have been cool and useful feature.

Thanks for the support!

merlinofchaos’s picture

Yes, forming fairly arbitrary links is a common request, but it's not entirely easy from the UI to do right. Everybody wants something slightly different. I have some ideas for the next major version of Views, so we'll see what the future brings.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.