Closed (fixed)
Project:
Node Reference URL Widget
Version:
6.x-1.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Sep 2010 at 17:11 UTC
Updated:
9 Nov 2010 at 19:00 UTC
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
Comment #1
quicksketchI would suggest adding a NID field to your view, then rewriting it as a link with the URL of
node/add/typename/[nid].Comment #2
vitok-dupe commentedI 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...
Comment #3
quicksketchI think it's fine, rather than duplicating functionality, it's the mechanism I'd use in the same situation.
Comment #4
vitok-dupe commentedYes it's work fine, thx!
Comment #6
boclodoa commentedthis 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.