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!
-
Sorry, I mean multi-day event, not recurring event…
Are you using the regular list view or the simple list view?
For the multi-day stuff you can modify that with the event builder codes: http://docs.simplecalendar.io/event-template-tags/
Not sure what you mean by the first question. We are using the list view not the grid view in Simple Calendar v 3.0.2?
There doesn’t appear to be an event builder code to show the instance date instead of a range for multiple day events. My spacing got stripped out so maybe it wasn’t clear….
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 14I was able to tweak the draw_list function so we could do both of these, we just won’t be able to update. Thought they might be a good feature.
Thanks!
Can you post a link to your site so I can see it?
I set the calendar back a week prior to show what I was referring to. I did also just notice if I set the Calendar Start to “x days before today”, the display events only go back 1 day, but it works for “x weeks before today”. I went as far back as 20 days ago and the events started at yesterday.
http://lucyhb.diocesanweb.com/
(under development)Thanks for checking it out!
Ok here is what I see: http://screencast.com/t/pmMvH8GRkpG9
SO I am trying to figure out exactly what the issue here is (sorry).
Is it the spacing between the items on the left and the items on the right? That big white space in the middle?
Assuming this has been resolved since there has not been a reply here. Let us know if you have any other questions.
Also, there were a lot of multi-day fixes introduced in 3.0.9 so that should be helping here too I think.
Thanks!
The topic ‘List view calendars’ is closed to new replies.