Node Terms in a Block

lelizondob - September 10, 2009 - 15:58

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.

Downloads

Development releases

Version Downloads Date Links
6.x-1.x-dev Download (6.55 KB) 2009-Oct-24 Notes


 
 

Drupal is a registered trademark of Dries Buytaert.