One of my DJs pointed out that sometimes the schedule can make it hard to determine exactly when a show is starting or ending. They suggested that when you hover, it displays the start and end time. E.g. "3pm to 5pm"
Should be very simple, I'll take a look at it myself soon, just wanted to share.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | station_661892.patch | 1.15 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettI put that in my template.php.
Thoughts, anyone?
Worth modifying the actual version? I can roll a patch later if need be.
Comment #2
tim.plunkettbump. i'll roll a patch for the module tomorrow.
Comment #3
refreshingapathy commentedThanks. Ping me on IRC if you need testing.
Comment #4
tim.plunkettInstead of calling
theme('station_hour_range', $start, $finish)like I suggested originally, I just used a variable.Also, there are some weird things going on alternating between single and double quotes throughout the module. I just made it match the above line.
Comment #5
refreshingapathy commentedPatched against the current dev and it works like a charm.
Comment #6
tim.plunkettCommitted to HEAD! Yes!
Comment #7
drewish commentednice one.