This project is not covered by Drupal’s security advisory policy.

This is now easier to do with Views or even just theming. I'm not using this module anymore, but if someone wants to maintain it, please contact me.

Have you ever used CCK Blocks? This module does the same thing but for terms.

It's not very easy to create a block just to show the terms in the node, this module will create a block for every Vocabulary. This module also provides a function to print the terms of a node on a page or content, all you have to do is:

<?php
  if(module_exists("nodeterms")): print nodeterms($vid); endif;
?>

Where $vid is the Vocabulary ID you want to show.

This module was sponsored by IIIEPE.

This module is stable but it has a couple of bugs. Do not try on a production environment, it will be ready in a couple of weeks but I need you to test it.

Project information

Releases