Closed (fixed)
Project:
Node Hierarchy
Version:
6.x-1.2
Component:
Drupal/PHP Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2009 at 10:35 UTC
Updated:
13 May 2012 at 01:30 UTC
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
Comment #1
rucx commenteduups, 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?
Comment #2
markhalliwellCopy & 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.
Comment #3
hanskuiters commentedCame across the NH module and I like to have this block feature too.
Comment #4
jbylsma commentedI 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.