I'm trying to do a 3way node relationship, an example would be...
Actor Node, Character Node, Movie Node

So on the actors page, a node relationship would be the Character and Movie, and the relationship on the movie page would character and actor.

I'm using node reference, node relationship, and backreference but I don't think I can do it with those...

Comments

mdupont’s picture

For such a setup, the Corresponding node references module ( http://drupal.org/project/cnr ) would save a lot of time: it syncs node references between nodes, so you would have to reference them only once.