Views: cannot use 'Node: Link' in 'Output this field as a link'
AndyF - October 31, 2009 - 12:20
Hi all
I have a simple view for listing news articles in order of creation. There's a thumbnail, a headline and creation time. I wanted to make all three of these link to the article itself. It's easy to do that with the headline (ie title). Here's what I tried to do for the others.
- I created a hidden field at the top of the list, Node: Link. I then checked the thumbnail field's flag Output this field as a link and entered the appropriate token (view_node). This just gave a link to /view.
- As I was using a relationship to access the thumbnail, I thought maybe something was getting lost in the indirection, so I tried the same thing with the created time, and got exactly the same useless link.
Any bright ideas?
Oh, and also, is there any way to search only the forums here? I found it difficult to search for this topic without getting irrelevances, and because forum topics are all drupal.org/node/* I can't use Google's site: to narrow it down either...
TIA!

If you want a link to view
If you want a link to view the node, use a hidden field of type Node:nid and node/[nid] for the link path (under Output this field as a link).
Great, thanks
Thanks, I feel quite stupid now! Any ideas why the Node: Link method fails? (I only ask because the node/x path is redirected to a prettier one, so I'd rather avoid the redirection if pos...)
Is it redirected or aliased?
Is it redirected or aliased?
Redirected...
...I'm using Global Redirect.