20 Sep
2006
20 Sep
'06
2:03 a.m.
I want to programmatically add related blog postings references to a CCK node's nodereference field called field_related_blog_posts. Would something like this be the proper way to do this in 4.7? I know the fapi pull in 5.0 would help with this. $node = node_load(5); $node->field_related_blog_posts[] = array('nid' => $blog_nid, 'view' => '<a>..</a>'); node_save($node); -- Rob Roy Barreca Founder and COO Electronic Insight Corporation http://www.electronicinsight.com rob@electronicinsight.com