Project:Node Hierarchy
Version:6.x-1.2
Component:Drupal/PHP Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#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?

#2

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.

#3

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

nobody click here