vnp_nl
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Upgrade dev -> platinum versionOk, will do that. Thank you
Oh yes of course. It was a while since I worked on the forms. Thank you.
Same here. Two domains, both have the same links (from only one language) in the site map_index. I also hope for a fix!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event Times OffsetSame here, timezones match:
Times in WP are in UTC+1, or Europe/Amsterdam to be more precise. The server, the event and the iCal clients are all in this timezone.
It doesn’t matter if I download a single event or subscribe to a calendar, the offset stays.
It is not related to daylight saving time, I tested this. I have the feeling the ‘+1’ is calculated twice somewhere.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event Times OffsetSame here, in the LITE version.
It has to do with the ICS.
If you open it you’ll see for example:
See
DTSTART:20131105T213000Z
DTEND:20131105T223000ZFor some reason, time zone calculations go bad because of the ‘Z’ at the end of these lines. I’m definately not an ICS guru, but after I deleted the ‘Z’ using notepad, the troubles with the ICS were over and importing showed the correct times.
It’s a bad, bad, workaround:
If you go the plugin editor, select AiO, click on all-in-one-event-calendar/lib/global-functions.php’, then ‘all-in-one-event-calendar/lib/iCalcreator-2.16/iCalcreator.class.php’.
Do a search/replace on
= ‘Z’
by
= ” (two single quotes)Then your stream/ICS doesn’t have the Z anymore.
Make sure you backup the iCalcreater.class.php before, you’ll surely be able to kill the plugin. Also, it ‘ll probably break other timezone stuff, but if you don’t need that anyway, that’s no problem. Hopefully they’ll fix this.