Active
Project:
Date
Version:
7.x-2.6
Component:
Views Filter
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2013 at 15:46 UTC
Updated:
8 Feb 2015 at 12:43 UTC
Jump to comment: Most recent
Hello!
I have an 'Upcoming Events' views block that is grouped by month (no contextual filters) that roughly behaves like this:
April 2013
- Event 1 (spanning April 20th - May 13th)
- Event 2 (April 28th)
May 2013
- Event 3 (May 10th)
What I would like is for 'Event 1' to repeat in May like this:
April 2013
- Event 1 (spanning April 20th - May 13th)
- Event 2 (April 28th)
May 2013
- Event 1 (spanning April 20th - May 13th)
- Event 3 (May 10th)
Is this possible? If so, any tips on how to get started?
Thanks!
Comments
Comment #1
areikiera commentedClearer title (hopefully). And not using arguments, so changing component to Views Filter.
Comment #2
areikiera commentedAny suggestions would be helpful! Is this possible?
Comment #3
nairb commentedSorry- just saw this when another post updated. Were you able to figure it out? I am doing something similar but am grouping by days, with many events repeating and displaying on each date as necessary. Let me know if you still need help.
Comment #4
lmeurs commentedWould love to know of an easy way to accomplish this.
Found #1124616-10: Grouping by day + events spanning several days (D6) which seems to use the Computed Field or Views PHP module, but have not tried it (yet).