Hello all,
I've come to that point that EVERYONE who uses Drupal for a period of time reaches. I want to relate terms from DIFFERENT vocabularies...to each other. For example, I have 3 vocabularies with their respective terms:
ITALY
-geography
-climate
-education
FRANCE
-cuisine
-wine
-calvados
PORTUGAL
-history
-culture
-language
Now, these three vocabularies are assigned to nodes of my choosing i.e...article and story...and the terms are in turn attached to various articles under their respective nodes. Yet, when a visitor clicks on the term "climate" only those terms in the vocabulary ITALY assigned the term "climate" will show. I would like to know, is it possible to relate the term "climate" in vocabulary ITALY to, let's say, the term "wine" in vocabulary FRANCE so when either term is clicked both terms will have their respective articles show? I have looked at taxonomy_browser and it is in the right direction...but I want navigation from the taxonomy terms ONLY..NOT a separate search-box-input-thingy. Or...does anyone know how to have a more "cumulative sub-search"? For example, lets say each page associated with the vocabulary ITALY has all three terms attached to them, "geography", "climate", and "vocabulary". Ordinarily, when "geography" is clicked we get all the pages associated with the term "geography". When we now click "climate", we get the results ONLY for the term "climate" NOT "geography" and "climate" together at the same time. Does anyone know how to do this? I have looked at the taxonomy.module and found this code: