Browsing using taxonomy terms

Status: 
Open
Question: 

Its me again. Can anyone, please provide some solution to this Drupal
issue that I am facing.

I have got content profile and content taxonomy modules enabled. I have created a vocabulary named "Regions". The contains all the regions/counties in the United Kingdom.

I have also created a content type called "County" which is linked to the vocabulary. So the "Regions" vocabulary is of type "County".

I have created a profile field for users called "County" which is a content taxonomy field and associated with the "Regions" vocabulary.

Basically, I want to create a block listing all regions. When a user/visitor clicks on a any particular region, a list of the users(and their associated user tags) belonging to that region appears.

I tried hacking the "Related content Block" which appears on Page 75 of the ebook, but this fails.

Any ideas of what I am missing or need to to do?

Responses

1. hmm sounds like its getting

hmm sounds like its getting complicated, i would suggest views for that block. anyway theres a Location module that brings the whole solution for this issue

2. Yes, use views and use an

Yes, use views

and use an argument to filter only the items that belong to the current node's country -> use a custom argument code (PHP) for this.

3. Did you look at the Faceted

Did you look at the Faceted Seach module?