Any idea on how this module could be used with Multireference CCK module?
That module allows to reference several other nodes/users and you can add more slots on the fly, while creating the node.
How could reference those several nodes inside the computed field? It´s not a certain "field" that I should reference...

Comments

Rosamunda’s picture

* bump *

AD-DA’s picture

You should be able to figure this out by yourself as follows. To build complex computed fields, you can use the following code to display the value of the $node variable:

drupal_set_message('$node=' . print_r($node,true));

You can after "zoom" on the relevant field in $node by replacing it by the relevant child.

colan’s picture

Status: Active » Closed (won't fix)

Version 5 is no longer supported.