Taxonomy Questions

Events happening in the community are now at Drupal community events on www.drupal.org.
Jordash's picture

I'm working on a review type website and i've broken it into Categories. I got the Categories working with Taxonomy which is pretty cool, but what I want to do is when someone goes to a "Category" I want to give them the option to sort the listing by popularity (and other criteria) would the Views Module be the thing to do that?

Thanks,

I'm trying to plan out how to do a review type site in Drupal if anyone has done something similar.

Comments

Yeah, views would be your

webchuck's picture

Yeah, views would be your best bet. Just set it up with your taxonomies as exposed sort criteria.

2nd Vote for Views

WebNewCastle's picture

As far as I know, anything that you can get into a Views field, you can expose as a filter or for sorting

Views is working great, it

Jordash's picture

Views is working great, it has a really steep learning curve but once you get a hang of it there is alot that it can do, I found some good tutorials here:

http://learnbythedrop.com/drop/85

Explains it pretty well.