Closed (won't fix)
Project:
Content Profile
Version:
6.x-1.0-beta4
Component:
Base module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2010 at 14:12 UTC
Updated:
23 Mar 2012 at 00:04 UTC
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
Comment #1
emeelio commentedDid you ever got this to work?
Comment #2
jamestombs commentedI created a custom module to deal with this in the end. Mine was a fringe case.
Comment #3
emeelio commentedWill you be able to share it or sell it?
Comment #4
jamestombs commentedNot 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).
Comment #5
emeelio commentedI understand. So, it is doable using Drupal: awesome!