I guess this is a simple beginner question, but i could not find the answer searching the site for a couple of hours now.

I would like to display a simple list of all taxonomy terms of the currently shown node.

(similar to a tag cloud.... I already checked out tagadelic and others, but i would like to do this as a view block ).

There must be a simple way to generate such a list of all terms related to the current node in views.

Would be great if somebody could help me out here.

Comments

golchi’s picture

Hi,
Try to use the "arguments options" available in VIEWS-UI,
- the argument will be the node id,
- the fields may be "Taxonomy/All terms".

Hope this will help.

Sam

hubkei’s picture

Status: Active » Closed (fixed)

Sam,

Thanks but....

I was about to tell you that its not working, since I tried this for a couple of hours this morning.

However, after your suggestion, I gave it another try and YES it works, BUT I needed to select specil default arguments.
For the record , here is how you get all taxonomy terms of the current node in a list using views 2:

- VIEWS UI
- Arguments , use node id (Nid). ... select "Provide default argument" and activate "Node ID from URL".
- Fields, select Taxonomy - ALL TERMS

This will give you a nice view containing all taxonomy terms for the current node.

Hope this helps anybody in the future.