Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author mva7

    (@mva7)

    This week.

    Regards Mva7

    Plugin Author mva7

    (@mva7)

    Hi,

    the month navigation is now ready. After we have tested it thoroughly, the update will be made available. This should be the case within 24 hours.

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Version 1.10 is ready to download! Enjoy!

    Thread Starter ronan.anjos

    (@ronananjos)

    Oh gosh, you are awesome. Thankyou so much

    Hi, thanks for adding the month navigation, its great. Just one issue – the enhancement you added the other week highlights the current day of the month. But if you navigate through different months, the same day is highlighted in each. So if I go to June, the 8th is highlighted, same for July etc.

    Is it something to do with this line; “$today = date(‘j’);” in the calendar.class.php file?

    Plugin Author mva7

    (@mva7)

    Hi orlaith8,

    many thanks for this bug report. We will supply an update for this within 24 hours. Apologies for missing that one.

    And yes, that is the line.

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    You can change that into:

    $today = $month == date(‘m’) && $year == date(‘Y’) ? date(‘j’) : -1;

    If you want to fix it right away ??

    Regards,

    Mva7

    Perfect. Thanks again!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Month navigations’ is closed to new replies.