+ Reply to Thread
Page 1 of 6 1 2 3 ... LastLast
Results 1 to 10 of 51

Thread: jQuery Weekcalendar plugin (deprecated)

  1. #1
    Lazlo is offline Registered User
    Join Date
    May 2007
    Posts
    41
    Downloads
    0
    Uploads
    0

    Default jQuery Weekcalendar plugin (deprecated)

    I am writing a jQuery Calendar plugin for Roundcube. It is still alpha.

    Some features:
    * full week calendar
    * add/edit/remove events
    * and more...
    * localization
    * configuration under Settings

    For more info and download: RoundCube Calendar

    Feedback, translations and feature request are welcome!

  2. #2
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    As mentioned in the Webcalendar thread, nice work.

    But please adjust the layout. There is no need to have space on the left hand side and to get a scrollbar. Test it with my wrapper plugin!
    Last edited by rosali; 01-25-2010 at 01:53 PM.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  3. #3
    Lazlo is offline Registered User
    Join Date
    May 2007
    Posts
    41
    Downloads
    0
    Uploads
    0

    Default

    I fixed the scrollbar, check the screenshot (Firefox 3.5).

    EDIT: And the calendar is full width now (in BETA release)
    Attached Images
    Last edited by Lazlo; 01-25-2010 at 02:29 PM.

  4. #4
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    Thanks, looks fine. Did you update the .zip?
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  5. #5
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    Keep on your hard work. I like this much more than my Webcalendar interface!

    What I would need to deprecate Webcalender plugin is:

    (*) Import/Export (iCal)
    (*) Event reminders (Cron Job)
    (*) Implementation of Google Calendar API (not supported by Webcalendar but on my - now stopped - ToDo's)
    (*) MiniCal (to implement at bottom of folder list)

    Just my 5 cents
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  6. #6
    Lazlo is offline Registered User
    Join Date
    May 2007
    Posts
    41
    Downloads
    0
    Uploads
    0

    Default

    I updated the zips.

    I'm working on the import and export of iCalendar files (searching for a good PHP iCal parser lib)

    Added the rest to the todo.

  7. #7
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    Perhaps you find something here:

    http://www.phpclasses.org/search.htm...h=1&advanced=1

    That's my favorit php classes repository!
    Last edited by rosali; 01-25-2010 at 02:50 PM.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  8. #8
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    #1- You have an error in the mysql.sql script:

    CONSTRAINT `user_id_fk_events` FOREIGN KEY (`user_id`) [replace old stuff with that]

    #2- I'm still not satisfied with the positioning ... why this left-hand space of about 200px? Do you plan a navigation bar there?
    Last edited by rosali; 01-25-2010 at 03:50 PM.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  9. #9
    Lazlo is offline Registered User
    Join Date
    May 2007
    Posts
    41
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by rosali View Post
    #1- You have an error in the mysql.sql script:

    CONSTRAINT `user_id_fk_events` FOREIGN KEY (`user_id`) [replace old stuff with that]

    #2- I'm still not satisfied with the positioning ... why this left space of about 200px?
    #1 Fixed

    #2 There is no left space, which version did you download? Check the screenshot on RoundCube Calendar

  10. #10
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    I've downloaded the current .zip and see:

    Code:
    #calendar {
      width: 900px;
      height: 200px;
      margin-top: 40px;
      margin-left: 160px; <---- why that?
    }
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

+ Reply to Thread
Page 1 of 6 1 2 3 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts