I would like the ability to create an block with views that lists the upcoming shows from their scheduled time. Not for sure how to go about doing this myself.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | station_schedule_194288.patch | 18.06 KB | drewish |
| #4 | station_schedule_194288.patch | 4.82 KB | drewish |
| #3 | station_archive_194288.patch | 2.25 KB | drewish |
| #1 | station_schedule_194288.patch | 2.25 KB | drewish |
Comments
Comment #1
drewish commentedyou'll need some better views support. here's a start on it, it adds a field for a single time rather than all the program's scheduled times.
the sorting won't work quite right because it'll go alphabetical. for that to work we'll need to add a sort handler.
Comment #2
drewish commentedactually you'd probably need a filter for to have them sort based off of the current time... i need to poke at that some.
Comment #3
drewish commentedthis gets the sorting right.
Comment #4
drewish commentedhere's the right patch.
Comment #5
drewish commentedokay, this is getting pretty cool. now the daily schedules are built using views so you can hack at them to your hearts content.
Comment #6
drewish commentedi went ahead and committed this.
Comment #7
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.