Stephen

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Stephen
    Participant

    Ok I have solved this puzzle my self…. just its hard to find which file needs editing…

    File name: tribe-view-helpers.class.php
    code need to add

    if ($englishMonth == $currentMonth || $nextMonth == $englishMonth ) {
    $options .= "$monthText\n";
    }
    $monthIndex++;

    Now just current and next month available to select by visitor to view events…. Cheers
    thanks

    Stephen
    Participant

    Hi Jonah,

    Thanks a lot but by following your answer it will be totally hide and there will no selection will be available by doing this. Rather to that i need only current month and next month to select so visitor can view events for 2 months only..
    Is this help in any way
    $( “#datepicker” ).datepicker({ minDate: -20, maxDate: “+1M +10D” });

    Thanks

    Stephen
    Participant

    Rather to open selection of previous years/month and future months/years i just only want to restrict current month and next month

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