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
Ive added the correct icon to the tar file, thanks. 0.3 now.
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
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
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.
The plugin(version 1.2) don't work with ldap. I see only the contacts from SQL.
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..
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![]()
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';
?>
Did you add the plugin to the plugins array in the [RC root]/config/main.inc.php?
Code:$rcmail_config['plugins'] = array('compose_addressbook');
There are currently 1 users browsing this thread. (0 members and 1 guests)