Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
This may be similar... since I'm getting the same output.
I'm trying to link a field to is node page.
I'm more familiar with d6 views.
Where is "Link to Node" on a field? or in d7 land "Link this field to the original piece of content"
I tried Output Rewrite and used token "[node:url]" and [node:url:path]
Comments
Comment #1
dawehnerCan you put some informations please?
Therefore it's somehow good to know
a) what you wanted to achieve?
b) what you did to do this?
c) what is the result and how does it differ from your goal?
So please read http://drupal.org/node/571990 if you actually really want some help.
Comment #2
merlinofchaos commentedYou can't use the node path as a token in rewriting links, because you get the fully formed
<a>tag.Go the other way; use the output you want as the token in the content: path rewrite.
Comment #3
bredi commentedThis may be similar... since I'm getting the same output.
I'm trying to link a field to is node page.
I'm more familiar with d6 views.
Where is "Link to Node" on a field? or in d7 land "Link this field to the original piece of content"
I tried Output Rewrite and used token "[node:url]" and [node:url:path]
Thanks!
Comment #4
peternemser commentedI am trying to do the exact same thing - seems that something is prevent %5Bview_node%5D from being re-written as a link...
Comment #5
dawehnerThere is a node: path field