Community & Support

list of nodes grouped by term

Hello. Im developing a library site. I have a vocabulary named Authors that contains author names as terms. I need to make a page that shows list of books (nodes) grouped by authors (terms). It should look like this:

Author Name 1
Book 1
Book 2
Book 3
Author Name 2
Book 1
Book 2
Book 3

I tried to do it using views but i only got result like:
Author Name 1
Book 1
Author Name 1
Book 2
Author Name 1
Book 3

Can anyone give me a clue how to do it right?
Thx in advance.

Comments

what drupal u have installed?

what drupal u have installed? if you used D5, check this module http://drupal.org/project/views_groupby_pack

I'm using D6

I'm using D6

check

------------------------
Glidea - Web Agency
http://www.glidea.com

_

You can also do this with just views using a 'table' view style and setting the grouping option for it.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

nobody click here