Can some one give me some advice on on why my links are being out putted as %5Bview_node%5D and note a link to the node.

Comments

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

Can 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.

merlinofchaos’s picture

Status: Postponed (maintainer needs more info) » Fixed

You 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.

bredi’s picture

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]

Thanks!

peternemser’s picture

I am trying to do the exact same thing - seems that something is prevent %5Bview_node%5D from being re-written as a link...

dawehner’s picture

There is a node: path field

Status: Fixed » Closed (fixed)

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