Posted by drupelmar on June 29, 2011 at 3:50am
Hey guys
Got stuck a bit - might be quite a simple problem: I want to do something like this:
http://drupalize.me/videos/topic
I know how to do it the long way by making a list of views and filter, but is there a short solution?
I looks to me like a table within a table. Create a table with taxonomy terms as headings then display a list of node titles inside of the second table.
Any thoughts on this problem?
Cheers.
elmar

Comments
Use "Group By"
i'm fairly certain that page would be generated using the "Group" (i.e. mysql's group by) functionality. In that case they are probably grouping by a taxonomy term for topic, and outputting node title and duration fields. Then a little theming to make it pretty.
--Ryan
Ryan Cross
Drupal Development Services
ProjectPier project management and collaboration software
I agree it's most probably
I agree it's most probably using group by
EDMEDiA Australia
Thanks for 'group by'
Thanks for 'group by' suggestion - I got a partial result.
I got it working to group by term:
Term: Epping
Vocabulary name: Locations
Nid count: 19
Title: GMCKS Basic Pranic Healing Course June & Aug 2011
Term: Thomastown
Vocabulary name: Locations
Nid count: 1
Title: Twin Hearts Meditation
how ever it only outputs one title per group.
For what I understand I think the module is more designed to do counting - not sure if i am wrong.
cheers