Hi:
I have a self-referential N-N noderelationship. Let's call the node type Event.
So, I can relate any number of events to any other number of events.

For a single node, I want a block that displays all the node's references and back references together, with no distinction between noderef and node backref.

I am hoping to use a views block, but I'm open to ideas.

For example, take this scenario, ("->" denotes a noderef):
node A -> B, C, E
node B -> C, D
node D -> A

The block I want on the node view for node A should list:
B
C
D
E

And for node D:
A
B

I think I am overcomplicating the situation,
because I'm sure this must be a common problem with an easy solution.
Halp Please!

Comments

markus_petrux’s picture

Status: Active » Fixed

As far as I can tell, what you're trying to do needs custom coding, and it is out of the scope of this module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

zhahai’s picture

You might try Corresponding Node References to see if that can do what you want.