I assume that you aren't seeing the standard "taxonomy/term/xxx" link or that you want more than that. A simple hook_link should do it. The term ID is in $node->taxonomy.
 

Nancy

 

Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.




From: Lynn Stott (Stott Design) <lynn@stottdesign.com>
To: development@drupal.org
Sent: Sun, November 28, 2010 7:32:17 PM
Subject: [development] Taxonomy

Hello,

I'm wondering how to do the following. 

I'm working with the Ubercart module where I need to display links on each product page to all other products that share the same taxonomy termID. Do I create a block view with an argument of termID? If so, how do I pass the termID of the product?

Thanks,