List view calendars
-
I am having to modify the plugin for my coworkers that are working on a couple of sites and will probably have to fix many others when they are updated.
It would be nice if there was an option to turn off the grouping by days on the list views. A lot of our sites just want a list of upcoming events and it makes it hard to format when they are within separate dd and ul elements. It would be nice to have the option to just have them in one ul.
It would also be nice to have an option to show the day a recurring event instance is on, versus the whole range.
No Masses Smith Funeral No Masses
Nov 12 – Nov 14 Nov 13 @ 11:00 am – 12:00 pm Nov 12 – Nov 14to
No Masses Smith Funeral No Masses
Nov 13 Nov 13 @ 11:00 am – 12:00 pm Nov 14fyi….you could probably simplify line 483 (I think) of includes/calendars/views/default_calednar-list.php….
if ( $timestamp <= $now && $timestamp >= $now ) {
is really just
if( $timestamp == $now ) {
Thanks for the hard work and hope it didn’t offend!
- The topic ‘List view calendars’ is closed to new replies.