Edit Datepicker field on "Add Listing" page

This topic contains 5 replies, has 3 voices, and was last updated by  f.daliessi 9 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #64685

    f.daliessi
    Expired Member
    Post count: 85

    Hi everybody,
    I inserted a Datepicker in Place Settings. Tried it and works perfecly, but there’s just one little annoying thing: it loads 20years/time. So for example if I want to set a particular date (like 11/05/1985) I must click it one time and click to 2005, then when I selected 2005, re-clicking it and select 1995, then re-click it and select 1985.

    How can I make the datepicker to show years from a particular date or how can I make datepicker show more than 20years/time?

    Thanks in advance for the support!!!

    #64767

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I’m afraid there is nothing we can do about that. It’s how this jQuery timepicker works.

    Sorry about that,

    Thanks

    #64831

    f.daliessi
    Expired Member
    Post count: 85
    #64926

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    Stiofan is adding a filter that will allow to do this (and change other options) without editing core files. This way you won’t have to remember to change it every time we release an update.

    It will be in next update.

    Thanks for your patience,

    #64930

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You can replace this file in core: https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/custom_fields_functions.php

    then use this example code in your child theme functions.php

    replacing “geodir_est” with your custom field name: gd_datepicker_extra_{$name}

    
    
    add_filter('gd_datepicker_extra_geodir_est', 'gd_change_date_years',10,1);
    
    function gd_change_date_years($extras){
        $extras = ',yearRange: "2002:2102"';
        return $extras;
    }

    Thanks,

    Stiofan

    #65026

    f.daliessi
    Expired Member
    Post count: 85

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount