Drupal View (Page) vs Taxonomy
Hi, I have the following problem: I use taxonomys (tx) as tags. They can be added when the node is created. So I don't know how many tx I have or what ID they have. The path of the tx is like the following: /foo/element1 /foo/element2 /foo/element3 ... The secound element is the tx. Now I want to use a view (page) to handle the tx-pa...