I created a content type called "Weekly Event." This event has three taxonomy terms attached to it; day of the week, event type, and location. I want to sort the weekly events by event type (hop scotch, dodge ball, tag, football, etc.) in a non-alphabetical order, and cannot seem to find a way to do this. Looking at the "sort" section in views, I can sort taxonomy terms, taxonomy: term ID, or taxonomy: weight.

"Taxonomy terms" does not seem to work because I need it to sort by the hierarchy of the "event type" taxonomy, not the taxonomies in general.

I don't even know what "taxonomy: term ID" is.

"Taxonomy: weight" seems like something I would want to do (assuming the hierarchy has the weights behind them), but cannot find the necessary relationship to add to limit this to just "event type" and not all of the taxonomies.

Currently, when I add a new weekly event, the newest content addition goes to the bottom of the block on the page (I have different blocks for each day of the week on the page I get to display this data), instead of in the order of weekly events. Am I going down the right path with this, or is there something else I should do?

Comments

dncreative’s picture

I was having a similar challenge and finally found a suggestion that worked for me (see 1st comment of this blog post): http://stackoverflow.com/questions/1177875/drupal-6-views-listing-taxono...

You could also check out the Taxonews module and see if that might help. http://drupal.org/project/taxonews

tbm1305’s picture

Thank you very much. I checked out the link and it was very helpful