If I understand the translation, it’s really just ONE line we’d need to tweak, is that correct, feneblog?
Solution of the problem
The attribute “$ this-> date” is assigned to an incorrect date format.
the-events-calendar.class.php (Goals: 1237)
1
$ this-> date = date_i18n (The_Events_Calendar: DBDATETIMEFORMAT);
I adapted this line and the required date format entered, since the constant is overwritten during the term anyway.
1
$ this-> date date_i18n = (‘Y m d H: i: s’);
After this change will also appear with me today dates back properly.
Who does not itself change the line like, you can download the custom file:
Download the fixed-events calendar.class.php
The fixed file in the plugin directory, simply replace wp-content/plugins/the-events-calendar /.
I’m glad if you give me just leave a comment if you were able to fix that problem.
Selection of the time does not work with new events
Event Date Picker
If you take the check “all day” appears out, but not the choice of the time.
A solution to the problem can be found here:
https://rvo.me/dia/2011/the-events-calendar-event-options-jquery-fix/
I hope now that the new Events Calendar Pro 2.0 will be released soon.
Also, regarding the rvo.me/dia patch, I noticed it’s significantly different from the original code (omits text and other changes) — is it completely functional and compatible? (I, too, am still using TEC 1.6.)
Anyhow, thanks…