I am creating a site using drupal 6.17. I have created a view of content created by users and I just need to filter that by
->country
-->state
--->city
I am using the hierarchical select module to collect user location info (country, state, and city) while creating a post. I am using the location as the vocabulary and the country, state, and city are terms for my taxonomy.
->USA
-->Alabama
--->Birmingham
I cannot get the views page to filter the results by location. When I choose the Taxonomy: Term (The taxonomy term ID.) -> hierarchical select, I do not get anything in the preview section no matter how many different ways I configure this. Also under the "enable levels" I get a massage saying "There are no levels yet in this vocabulary!
I am really lost at this point and I need some help.
Thanks