Community & Support

Displaying vacoabulary terms with views

Hey all i am having a little trouble here and i was wondering whether anyone could give me some advice.

All i basicaly want to do is use views to display all the terms for a specific vocabulary. Currently i have three terms inside my vocabulary and i would like to display them as follows.

My title
- term1
- term2
- term3

Muchos thanks =]

Comments

Hmm i tried using the

Hmm i tried using the distinct feature in views but that didnt work. So i ended up only displaying 3 items and setting the items to display offset to 1 so that the first duplicate item dose not show ... makes me sad doing things like this =/

Try using Taxonomy: Vocabulary name

Try using Taxonomy: Vocabulary name as a filter

set the filter to:
Taxonomy: Vocabulary = Taxonomy name
Node: Published Yes

Have you tryed to use http://drupal.org/project/taxonomy_menu or even http://drupal.org/project/adv_taxonomy_menu

Hope this helps you