Hi.
How display Node Reference URL link in Views field?
In settings Node Reference URL Widget field i can chose how display link, on full page or teaser or both, but i need display link in Views field, how i can get it? I tried add created in content type cck nodereference field to my views field but nothings happened. Probably I need add some attribute or relationship or that?

P.S. Sorry for my bed English, I'm from Russia

Comments

quicksketch’s picture

I would suggest adding a NID field to your view, then rewriting it as a link with the URL of node/add/typename/[nid].

vitok-dupe’s picture

I read your thoughts at a distance ^^ and came up with this solution 40 min ago without reading your replay, thx!)))
but i still think that is not the best solution...

quicksketch’s picture

Status: Active » Fixed

I think it's fine, rather than duplicating functionality, it's the mechanism I'd use in the same situation.

vitok-dupe’s picture

Yes it's work fine, thx!

Status: Fixed » Closed (fixed)

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

boclodoa’s picture

this solution has a problem for me: I need to display the link only to the authorized users (users that can create this kind of node), just the same way "edit link" does. By now I'm going to make an attached view with restricted access, but would be nice if this feature exists.