By CalvinHobbs on
Bear with me I'm new to PHP and to Drupal so if this is supremely easy I apologize.
The main taxonomy module is confusing me to no end.
The node.tpl is listing the Catergories that the node is in by the url http://www.example.com/taxonomy/term/109.
What I want it to do is display the url as http://www.example.com/taxonomy/term/6/109
Where 6 is the vocab that the term 109 is located under. I've seen the force all for taxonomy but that didn't work the way I wanted it to.
So I guess the bulk of my question lies in how do I get the value of $terms in node.tpl to reflect the vocab and the term.
Any help would greatly be appreciated.