soderlind / acf-field-date-time-picker

Date and Time Picker field for Advanced Custom Fields v3 and v4
GNU General Public License v2.0
65 stars 27 forks source link

ACF 5.0 Support #53

Open bostondv opened 10 years ago

bostondv commented 10 years ago

ACF 5.0 Pro was released today and breaks compatibility with this plugin. Do you plan on adding v5 support soon?

Thanks!

delucis commented 10 years ago

Would be amazing to see this updated to include v5 support!

tmconnect commented 10 years ago

Hope, that there will be an update

cedriccharles4 commented 10 years ago

Hi @soderlind !

Same here it doesn't work with ACF 5 :(

yanknudtskov commented 10 years ago

I would also love to see this one updated to support V.5 / PRO :-)

And besides that thank you so much for a lovely extension!

michaelsilva commented 10 years ago

I'd love to see this work again as well and would be happy to help in any way I can.

yanknudtskov commented 10 years ago

I have just submitted an update to version 5.0, however the fields doesn't save the options correct and I can't seem to figure out why i doesn't work. if you @michaelsilva can figure it out why, please let me know.

yanknudtskov commented 10 years ago

Fixed the bug with options not being saved. Front end doesn't work atm.

yanknudtskov commented 10 years ago

I've corrected the plugin and updated it to rung with version 5.0 / PRO. Until @soderlind checks it out and merges into master branch, you can pull of my fork here: https://github.com/yanknudtskov/acf-field-date-time-picker

yanknudtskov commented 10 years ago

Hmm just discovered there is a minor "bug" my fork, after you save the page/post that has the field in it, the value will be displayed as a timestamp and not the formatted version of it. Trying to figure out why that happens.

Other than that, it works just fine. So functionally it seems intact :-)

yanknudtskov commented 10 years ago

Aah, finally figured it out. Had forgot to add the load_value() function to the plugin. Everything seems to be fine and dandy now.

bostondv commented 10 years ago

Nice work! I will test your fork on my project tomorrow.

yanknudtskov commented 10 years ago

@bostondv Thanks! Let me know if it works or not :-)

bostondv commented 10 years ago

@yanknudtskov It works great for me :+1:

Just one issue, I get a PHP notice once the plugin is activated and when adding new fields with the date time picker type

Notice: Undefined property: acf_field_date_time_picker::$domain in ./plugins/acf-field-date-time-picker/date_time_picker-v5.php on line 20

I suggest you open a pull request and hopefully @soderlind can merge it soon!

yanknudtskov commented 10 years ago

@bostondv Thanks :-) I've just opened a pull request.

delucis commented 10 years ago

@yanknudtskov Great work! Thanks for this. Small bug: when this plugin is activated it seems to cause some trouble with the standard date-picker fields. When I open an edit page containing a date-picker field and scroll to the bottom, the date-picker dialogue is appearing at bottom left:

screen shot 2014-07-24 at 01 02 21

Deactivating your patched date-time-picker stops this happening. Minor bug, I know, otherwise all working wonderfully!

yanknudtskov commented 10 years ago

@delucis Thanks! Hmm that's weird, I haven't seen that bug before. I haven't changed any of the JS behind the extension, so it must've been there all the time. Is it a consistent bug you can reproduce even if you make a new Custom Field template?

delucis commented 10 years ago

@yanknudtskov Yes, just tried creating a new custom field group on the default post type which doesn’t have any existing custom groups. Even with just a default date picker, the same thing happens (i.e. no date-time-picker field needs to actually be displayed to reproduce the bug, just for the plugin to be activated). Tried various combinations, same result. The install is pretty clean, so as far as I can tell nothing else could be interfering.

yanknudtskov commented 10 years ago

@delucis Ah I think I found the bug. There was a CSS issue where there was a missing display:none on a class.

I've corrected it now and can't seem to reproduce the bug anymore. Could you please verify it? You can just pull it off my fork :-)

delucis commented 10 years ago

@yanknudtskov Yes! That’s fixed it. Thanks again for the work :+1:

JonathanJonathanJonathan commented 10 years ago

I think that 'var $domain' is missing in date_time_picker-v5.php

class acf_field_date_time_picker extends acf_field { var $domain;