Hello everyone,
I'm trying to create a view that has a list of articles in a given category, sorted by the terms of a different container.

e.g.: Florida, South Carolina, Lousiana are categories in the States container
News, General Links, Mold Prevention are categories in the Resources container

I want to build a view of all Resources tagged with Florida, grouped by what resource type they are, and preferably ordered by weight.

I've tried adding a sort by Taxonomy Name argument to my view, but it doesn't seem to work - I get results as seen at http://www.hurricaneconstruction.net/?q=node/4 - notice how Recovery Links has four sections?

Any thoughts or comments would be greatly appreciated.

Comments

paddywwoof’s picture

Your site doesn't look as if its doing what you (or I) want.

I need to do something like this and I am resigning myself to having to hack the taxonomy.module - better if I can avoid it.

Paddy