3

How to create a hierarchy list with Views2

http://drupal.org

Fruits and Vegetables are parent (P) terms, shown under each are the children (C) terms. I want to create a view that links to the nodes, however, the parent term will still be a link (that shows all nodes of children) but doesn't display in the view, like this:

-Fruits (P)
  --Cherry (C)
     --node1
     --node2
  --Plum (C)
     --node3
     --node4

-Vegetables (P)
  --Cucumber (C)
     --node5
     --node6
  --Potato (C)
     --node7
     --node8

I'm having one heck of a time doing the above, mine keeps listing as shown below:

-Fruits (P)
     --node1
     --node2
     --node3
     --node4
  --Cherry (C)
     --node1
     --node2
  --Plum (C)
     --node3
     --node4

-Vegetables (P)
     --node5
     --node6
     --node7
     --node8
  --Cucumber (C)
     --node5
     --node6
  --Potato (C)
     --node7
     --node8

Read »
Created by Angie 2 years 34 weeks ago
Category: News   Tags:

PSD to Drupal Theme

Drupal Development

Module Development

Get an Estimate

Tags for How to create a hierarchy list with Views2

Recent comments