Hi,
I'm using Views and CCK to show a list of nodes with the same field value. All of the nodes belong to the same book and I have multiple books. Example:
Book name: Drupal One
Book nodes structure:
1. level: Drupal 6.1
1. level: Drupal 6.2
2. level (Drupal 6.2 subitems): Drupal 6.2.1, Drupal 6.2.2, Drupal 6.2.3
1. level: Drupal 6.3
Field (name of the field is "menu") value for all of these nodes: "Drupal 6"
When you open one of the nodes, let's say Drupal 6.2, I'm using Views to display all of the nodes which have the same value in the field "menu" (value is "Drupal 6"). It all works fine, but the problem I have is how to make Views display this list hierarchically, as a real menu:
Drupal 6.1
+ Drupal 6.2
>> Drupal 6.2.1
>> Drupal 6.2.2
>> Drupal 6.2.3
Drupal 6.3