By caschbre on
I'm creating an event page that I would like to display in the following format:
MONTH (grouped by)
- DAY (grouped by)
- event one
- event twoSo for example this may look like:
JANUARY
01 New Years
18 An Event
Another Event same day
20 New EventYou'll notice how the 18 is only displayed once for the first event. I've been able to get the rest of the view to work out except for that second grouping on day. The first grouping is on month.
Comments
I'd be interested in this
I'd be interested in this also. Have you made any progress figuring out how to do it?
I have my doubts, if this is possible. Maybe with attachments.
To be honest I actually don't
To be honest I actually don't remember. The client ended up going a slightly different route with their event listing.
You may want to check out http://drupal.org/project/views_groupby and see if that would help.