I'm building a website which should contain, amongst others, a page on which adresses and telephone numbers are listed for various companies and organizations. To make these easy to navigate I'm thinking about doing someting similar to what has been done on this website: http://www.wijkwinkeldeventer.nl/index.php
Although it's in Dutch, I hope you get the idea. They've categorized the organizations in several main categories and by clicking on such a category, the user is able to limit the results further by clicking a subcategory.

Is there a way in Drupal to create a similar navigation element? I hope someone has some ideas.

Comments

pevh’s picture

Take a look at the faceted search project (http://drupal.org/project/faceted_search)

pvanderspek’s picture

I've been fiddling around with faceted search a bit and indeed it seems to be able to provide the functionality. At least in potential. I noticed that it's possible to enable a popup which shows possible subcategories, but is it possible to modify how this is being displayed? The popup isn't very intuitive. I'd rather display them directly as shown on the site in my start post.