Posted by dalin on October 25, 2008 at 10:36am
Lets say that I want to have a content type for "Experts"
- any user can create an expert but a user is not required to create an expert.
- a user can create multiple experts.
- the initial expert that the user creates is their profile and treated like the traditional user<->node concept.
Can any of the existing user<->node modules fulfill this requirement, or do I need to do some hook_nodeapi work with a hidden user_reference field?
