Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter paulw80

    (@paulw80)

    Sorry, it would be great if I could get it to work like this version I have running on a test server:
    http://suntest.opinedesign.co.uk/?page_id=30

    Thread Starter paulw80

    (@paulw80)

    No response??

    Josiah

    (@colewebdev)

    Email support here: http://www.wpsimplebookingcalendar.com/contact/

    They’ve been very responsive to my requests.

    I too have the same issue as you, so I do not believe it’s a bug or problem with your install.

    simplebookingcalendar

    (@simplebookingcalendar)

    Hi Paul,

    To me it’s not clear yet what you mean by ‘…it does not let you go back before that on the drop down’.

    Could you be more specific? And as colewebdev says, you can always contat us at http://www.wpsimplebookingcalendar.com/contact/ for a quicker answer.

    Thread Starter paulw80

    (@paulw80)

    Thank you for the help with this > Reply from Bryght Support below for anyone else who may want to change this:

    To change the months in the dropdown you’ll have to open plugins/wp-simple-booking-calendar-premium/include/calendarCore.php

    Replace the entire ‘for’ statement (line 131-133) with this:

    for($d=-6;$d<6;$d++){
    $selected = false; if($d==0) $selected = ‘selected=”selected”‘;
    $output .= ‘<option ‘.$selected.’ value=”‘ . gmmktime(0, 0, 0, $monthToShow + $d, 15, $yearToShow) . ‘”>’ . wpsbcMonth(gmdate(‘F’,gmmktime(0, 0, 0, $monthToShow + $d, 15, $yearToShow)), $calendarLanguage) . ” ” . gmdate(‘Y’,gmmktime(0, 0, 0, $monthToShow + $d, 15, $yearToShow)) . ‘</option>’;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Calendar drop down’ is closed to new replies.