Show List of Nodes in Block
rucx - June 30, 2009 - 10:35
| Project: | Node Hierarchy |
| Version: | 6.x-1.2 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have a hierarchy like:
-Color
-Blue
-Yellow
-Red
-Language
-German
-English
Now when I'm viewing the node "Blue", I would like to see a Block with Links to Blue, Yellow, Red, etc.
So my block should show links to all nodes that are in the same hierarchy level of the same parent node.
In wordpress this is easy with widgets, so I guess it can't be difficult in Drupal? Is it possible to do with a combination of Node Hierarchy and Views?

#1
uups, the hierarchy is:
parent: color
child nodes: blue, yellow, red
parent: language
child nodes: german, english
when viewing node "blue" block should show links to blue, yellow, red.
Possible without using Taxonomy?