I've been wrestling with this for a few hours. I've tried user and node reference and done a whole tonne or reading but can't seem to get anything to work right.

Users on my site are parents and within their profile I need the ability to allow them to add an unlimited number of children. I've had success with using CCK multigroup but can't use an alpha version of a module in a production site.

So, I've defined a cck type of child with various fields and then added a node reference field to the content profile cck type (referencing the child content type) but I can't seem to find a way to get the child CCK type to link to the user's profile and to allow.

Is there a way to allow multiple nodes of a cck content type to be created from a content profile page?

Thanks for any help,
Crom

Comments

kristofdg’s picture

Have a look at http://drupal.org/project/noderelationships module.

You can add a create and reference relationship between parent and child nodes.

(Child nodes are created in a modal pop-up frame.)