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

    (@cerzky)

    Thank you for your feedback and review. I haven’t had that problem yet. If you could give me more details how the error was generated then let me know. I will try to add a fix in a future release.

    Brandon

    Thread Starter joetristano

    (@joetristano)

    I had to add
    $(‘#1’).fullCalendar(‘today’);
    after the initialization when reading from my google calendar feed

    One nice enhancement that I tried to add but couldnt get working quickly was to change the format for mobile devices. I grabbed a function from http://detectmobilebrowsers.com/ and switch from agendaDay to month view but that didnt work so well.

    Thanks!

    Joe

    Plugin Author Cerzky

    (@cerzky)

    Perhaps ill add an option in the future. Cheers.

    Hi Cerzkym

    I have two irritants.

    #1: the same behavior as joetristano.
    At what moment do you plan to add this line [$(‘#1’).fullCalendar (‘today’);]?
    Or, in which file and line it will be better to add the famous line by myself?

    #2: The plugin does not jave i18n functions (locale). Furthermore, it would be probably enough to add options to replace the values.
    What do you think of that?
    Or, in which file and line it will be better to add the famous line by myself?

    Plugin Author Cerzky

    (@cerzky)

    Diane,

    1)I thank you for your feedback. I will make it my best effort to serve the community with the appropriate functionality to suit their needs. My first goal is to create the option to allow the user to select a default view. So this will be my second release of the plugin.

    2)As for multilingual functionality, I have only done this once in a tutorial that I can’t really remember. If you could point me into the right direction then it would help me get started. I will try to fit this functionality in either the next release of the plugin or the one after.

    I will begin working on this now, thank you for your kind and generous patience. I will let you know soon where you can add that line of code hopefully.

    [ Signature moderated. ]

    Plugin Author Cerzky

    (@cerzky)

    Joe, can you specifically tell me where this line was added, perhaps around which other lines of code? I am able to change the view but for some reason it likes to stay in the month of February. Sorry for the inconvenience.

    Plugin Author Cerzky

    (@cerzky)

    I am in the process of releasing a new version with issue 1 fixed. Diane you can make sure that the last 5 lines of javascript for each calendar jquery settings is as follows:

    });
        $('<?php echo $calendar ?>').fullCalendar('today');
    });
    });
    </script>

    This will invoke the fullCalendar today method so that the calendar show’s the current month.

    Cheers.

    Plugin Author Cerzky

    (@cerzky)

    New version fixes the problem.

    Thanks,

    Cerzky

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘doesnt automatically go to today’ is closed to new replies.