Creating a block (list view), grouped by category/taxonomy
swortis - December 18, 2007 - 21:59
Hi all,
I'd like to create a block, showing lists of node according to taxonomy, like this:
Category 01
node
node
node
Category 02
node
node
node
Category 03
node
node
etc.
I'm having trouble figuring out how best to do this in a block. If I use the Views Theme Wizard and choose "Grouped List", I get the Category name appearing each time with each node in the list in the block. I would like the Category name to appear one time only.
Thanks much!
-SWW

Taxonomy Context will create
Taxonomy Context will create a new block for each vocabulary you've set up and lists all its terms. The blocks are prefixed with "Context for".
Cool module but not quite what I was after
THanks for the recommendation. However I was hoping to have a simple list display - simply showing each node under each vocabulary term. Taxonomy Context appears to only show nodes once a user clicks through to the vocabulary (unless I haven't set it up correctly?)
I just need a simple list always showing each node under each vocabulary term.
Hi, Any progress in this
Hi,
Any progress in this field?
Thanks in advance for your reply?
greetings,
Martijn
Unfortunately, no progress
Still working on a solution for this issue
Views 'Group-By' Pack
The module 'Views 'Group-By' Pack' appears to do this: http://drupal.org/project/views_groupby_pack
This is easy to do using existing Views settings...
On your views page, click on Style-->Grid (then save). Then, click on Grid again. Go to "settings."
There you can select a grouping field. If you have set up a taxonomy, select that vocabulary, and voila! Click update, and you should be all set.
This won't work in Drupal 5
This won't work in Drupal 5 since it has no support for Views 2.