+ Reply to Thread
Page 11 of 21 FirstFirst ... 9 10 11 12 13 ... LastLast
Results 101 to 110 of 205

Thread: addressbook in compose window

  1. #101
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    did you actually upgrade the SQL database as per the directions in the ugrading readme of RC 0.4?

  2. #102
    alsyka is offline Roundcube Newcomer
    Join Date
    May 2010
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    yes, that was updated.

  3. #103
    alsyka is offline Roundcube Newcomer
    Join Date
    May 2010
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    You hit it right on.. the mysql update did not take.. I manually updated it and now all works fine..

    Thanks for your speedy replies.

  4. #104
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    Does anyone think it's a problem if I replaced the current dialog window with the default jquery-ui dialog window?

    In latest SVN versions my plugin doesnt work anymore due to an incompatibility between roundcube javascript and the modal plugin javascript. Instead of trying to fix someone elses plugin that hasnt been worked on in 2 years, i figured i might as well just move to the jquery dialog window.

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

    Default

    IMO, it is a good idea to use jquery-ui.
    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. #106
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    I wonder what happens if multiple plugins use different versions of jquery-ui

  7. #107
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,092
    Downloads
    5
    Uploads
    0

    Default

    Quote Originally Posted by corbosman View Post
    I wonder what happens if multiple plugins use different versions of jquery-ui
    Firebug hell, good luck

  8. #108
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    I really think RC should provide jquery-ui from core, because plugins are starting to use jquery-ui and who knows what kind of weird interaction that gives if people end up using multiple (ancient) versions with badly managed plugins.

    Maybe some hook where you can tell the core to load jquery-ui. Possibly even specifically for each sub library.

    ps: in some other project I massively use jquery-ui and especially dialog, so I know it rocks, but at the time I wrote compose_addressbook I just happened to be using the one I use now in another project. so i'll just be moving it to jquery-ui and be done with it.
    Last edited by corbosman; 07-02-2010 at 09:00 PM.

  9. #109
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,092
    Downloads
    5
    Uploads
    0

    Default

    I'm not a fan of JQuery UI but I agree with you that it should be part of the core because so many plugins do use it.

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

    Default

    Why not to have a plugin for that?

    On startup hook:
    PHP Code:
          $rcmail rcmail::get_instance();
          
    $skin $rcmail->config->get('skin');
          
    $this->include_stylesheet('skins/' $skin '/jquery-ui-1.8.2.custom.css');
          
    $this->include_script('jquery-ui-1.8.2.custom.min.js'); 
    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 11 of 21 FirstFirst ... 9 10 11 12 13 ... 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