Hey everyone.
I have a question regarding something I have been trying to figure out for months... I really really really need some guidance on this... I have researched and read as much as I can understand about Drupal, and until I can figure this out, it's impossible to build this site.
I need to be able to have both a block and a page generated (this is handled so nicely by the Views module) which displays these results, based on taxonomy terms:
-- 1. Matches terms "Health", "Mental Health" and "Disability", in the vocabulary called "Issues" (term IDS's 32, 36, 43). --
* The results pulled must be nodes which are categorized as belonging to all these terms. They must ALSO be nodes which only are categorized as one or two of these terms. These are the same results you would get by using the url: taxonomy/term/32+36+43 .
* The Filters in the Views module seemed like they would work really well for this, but I am only able to get them to list results which include one of or all of these, not both. Am I supposed to be using arguments or filters? I have read the documentation, but need to see an example.
* The results must be available in a block, as well as in the content section of the page template. This is why the views module is so practical.
-- 2. This is the tricky part. These results must then be sorted down to a list which only contains items which are also categorized as "News" (taxonomy term 6, in the vocabulary called "Type of Information"). Can I make a view to filter the results of an URL alias such as (taxonomy/term/32+36+43) by the content type of news?