Hi,

I've built a standard members content type with Name, DOB, address ... and a relationship nodereference field (multivalue) to associate with other members.

My wish is to be able to associate another field to this noderefence field to let me identify which kind of relationship it is.

Here's an example :

I've created 3 members : A , B and C
A is the father of C and the husband of B
B is the mother of C and the wife of A
C is the child of A and B

On the member A node I want to associate member B which I do with the noderefence. No probs there. But I would like to have a field next to it and linked with that specific value defining that B is th wife of A. And that C is his son

I can't figure how to do that and don't even know if it's possible.

Any comment on this would be of precious help

Comments

WorldFallz’s picture

It would be possible with cck v3 (still in dev). For the time being, you might be able to do it with the flexifield module. However, this really sounds like what user_relationships already does (named relationships between users).