Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

Using contextual filters, I have created a view which shows a page of users at us/california, based on a taxonomy I have made of locations.

This taxonomy is hierarchical, though, so when the user selects San Francisco, they no longer appear on the page.

I would like them to appear on both

us/california and us/california/sanfrancisco

I am at a loss, and if anyone knows how to take the filter to the next level, you will be my lifesaver :)

share|improve this question
have you considered to install Pathauto module? - drupal.org/project/pathauto it requires Token module - drupal.org/project/token It is a very powerful tool to build any path you need. There are settings for taxonomy term paths and their replacement patterns like [term:parent], [term:parent:parents:first], [term:parent:parents:last] etc. – Jack yesterday

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.