Closed (won't fix)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.7
Component:
nodereference.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2008 at 16:41 UTC
Updated:
18 Jun 2008 at 22:13 UTC
Comments
Comment #1
yched commentedNot something CCK can / will provide.
Once you have the node id, what you do with it is up to your node template. deriving the url path from the nid is quite straightforward :
print url('node/' . $nid);