Hallo,

I would like to show the terms that are normally under the node in a block on the side.

Each node has three terms which belong each to one separate vocabulary.

Best would be if I could print them seperately according to the vocabulary they belong to.

Even better would be if I could get the terms each into a specific variable. This is because in the end I would like to construct a URL with these 3 terms to call a view.

I find lots of code snippets for D5 but not for D6. And everything I try to do returns absolutely nothing.

I tried to make a module myself with help from this tutorial http://drupal.org/node/206753 but to no avail.

I can't even find the code that is responsible for outputting the terms under the node.

Normally I don't have a problem of writing my own little code snippets in PHP but somehow I am lost on the approach with D6 and blocks.

Somewhere I read that I should first test my code within the node.tpl.php and this works very often, but when I try to put this code into a block module nothing works.

Please help me!