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?

Comments

rucx’s picture

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?

markhalliwell’s picture

Component: User interface » Drupal/PHP Code

Copy & Pasted: This issue pertains to the 6.x-1.x branch which is now legacy and is over one year old. If this issue is not applicable anymore, please consider closing it. Otherwise, please update this issue appropriately. Will be closed in two weeks if no response.

hanskuiters’s picture

Came across the NH module and I like to have this block feature too.

jbylsma’s picture

Status: Active » Fixed

I imagine you should be able to accomplish this using views, specifically arguments. Node Hierarchy's arguments should be fixed in 6.x-1.x and 6.x-2.x.

Status: Fixed » Closed (fixed)

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