+ Reply to Thread
Page 2 of 21 FirstFirst 1 2 3 4 12 ... LastLast
Results 11 to 20 of 205

Thread: addressbook in compose window

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

    Default

    Ive added the correct icon to the tar file, thanks. 0.3 now.

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

    Default

    I checked my plugin with 0.3.1, and it seems to work fine so I added it to the plugin repository as version 1.0

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

    Default

    I just released version 1.1 of this plugin. It fixes a problem with LDAP addressbooks.

    You can get it here: Downloads - roundcube-plugins - Project Hosting on Google Code

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

    Default

    Version 1.2 is now available.. It adds a swedish translation provided by Joans Nasholm.

    More translations are very welcome. Also, if you have any feature requests or remarks feel free to post here.

    This plugin makes it much easier to add addressbook entries to your emails during composing by creating an addressbook window on request.

  5. #15
    epinter is offline Registered User
    Join Date
    Jun 2008
    Posts
    10
    Downloads
    1
    Uploads
    0

    Default

    The plugin(version 1.2) don't work with ldap. I see only the contacts from SQL.

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

    Default

    Does 1.1 work? if so, I may have packaged the wrong version in 1.2.

    In 1.1 i did some testing with ldap and it worked. But I have very rudimentary access to ldap, so I may have missed things. I could really use some help debugging the ldap code.

    Im currently on a scuba diving expedition in papua new guinea, and wont be back with some kind of modern internet access until end of december. At that time I'll look at this if no one else has figured it out before then..

  7. #17
    epinter is offline Registered User
    Join Date
    Jun 2008
    Posts
    10
    Downloads
    1
    Uploads
    0

    Default

    I think the problem is with the search... The program only calls listrecords method, but with ldap no records are returned. I think a true search must be implemented (for SQL and LDAP).


    Quote Originally Posted by corbosman View Post
    Does 1.1 work? if so, I may have packaged the wrong version in 1.2.

    In 1.1 i did some testing with ldap and it worked. But I have very rudimentary access to ldap, so I may have missed things. I could really use some help debugging the ldap code.

    Im currently on a scuba diving expedition in papua new guinea, and wont be back with some kind of modern internet access until end of december. At that time I'll look at this if no one else has figured it out before then..

  8. #18
    cafeolai's Avatar
    cafeolai is offline Roundcube Newcomer
    Join Date
    Dec 2009
    Location
    United Kingdom
    Posts
    7
    Downloads
    0
    Uploads
    0

    Default can't get it to work !

    Help !! can't get the compose_addressbook to work !! I am new with Roundcube/PHP.

    I copied the whole 'compose_addressbook' folder under \plugins\
    and then I added
    // which addressbook do we show. this can contain any addressbooks you use, including those set by plugins.
    // by default it's the same as the autocomplete_addressbooks setting.

    // $rcmail_config['compose_addressbooks'] = array('ldap');
    // $rcmail_config['compose_addressbooks'] = array('sql', 'static');
    $rcmail_config['compose_addressbooks'] = array('sql');

    at the bottom of config\main.inc.php

    anything else I need to do ??

    Thanks for your help

  9. #19
    cafeolai's Avatar
    cafeolai is offline Roundcube Newcomer
    Join Date
    Dec 2009
    Location
    United Kingdom
    Posts
    7
    Downloads
    0
    Uploads
    0

    Default French Translation

    If it helps..


    <?php

    $labels = array();
    $labels['compose_addressbook_buttontitle'] = 'Afficher le Carnet d'Adresses';
    $labels['compose_addressbook_title'] = 'Carnet d'Adresses';
    $labels['compose_addressbook_close'] = 'Fermer';
    $labels['compose_addressbook_noselect'] = 'Vous n'avez pas sélectionné d'adresse';
    $labels['compose_addressbook_added'] = 'Adresse ajoutée';

    ?>

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

    Default

    Did you add the plugin to the plugins array in the [RC root]/config/main.inc.php?

    Code:
    $rcmail_config['plugins'] = array('compose_addressbook');

+ Reply to Thread
Page 2 of 21 FirstFirst 1 2 3 4 12 ... 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