I see that this module has taken over node profile from D5 which allowed you to have multiple profiles per user account.

I have some cases where a couple will share an email address and I need to store both individuals against this account, so they would be able to create 2 content profiles, one for each of them.

I assume that this is not possible at the moment as you are immediately redirected to the edit form when trying to add a new content profile.

Comments

emeelio’s picture

Did you ever got this to work?

jamestombs’s picture

Status: Active » Closed (won't fix)

I created a custom module to deal with this in the end. Mine was a fringe case.

emeelio’s picture

Will you be able to share it or sell it?

jamestombs’s picture

Not really, it is very specific to our needs. The custom module is just a few helper functions (form alter to add some javascript etc). All the hard stuff was done through the use of views and CCK.

User node content type, with all the necessary fields (name, address, email, telephone) which belongs to a certain user.

Each user can have multiple user nodes. Within their /user page is a view listing all their 'profiles'/user nodes.

Then when creating other nodes, they select from a the list of possible user nodes (styled using a bit of CSS).

emeelio’s picture

Title: Multiple profiles per user » Multiple Profiles Per User - Drupal

I understand. So, it is doable using Drupal: awesome!