Is there a way I can print taxonomy terms that are assigned to the specific node the user is viewing, but have it print by specific vocabularies. Using PHP of course. For example, say I have assigned a taxonomy term called "GNU GPL" of the vocabulary "License". Is there a way I can tell Drupal, 'print all terms under the vocabulary "License", that are assigned to this node'. Also, I want this in a block.
You might check my blog post about it: templates.m42.hu/blog/2007/08/dealing-with-taxonomy-display That's not exactly what you want but it can help to move on. I'm sorry I can post links yet.