Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: zhylninc on April 23, 2010, 04:46:41 AM

Title: compose_addressbook for globaladdressbook
Post by: zhylninc on April 23, 2010, 04:46:41 AM
god!
$rcmail_config['compose_addressbooks'] = array('global', 'sql');
Title: compose_addressbook for globaladdressbook
Post by: dziobak on April 23, 2010, 08:41:22 AM
do you use the latest version of the plugins?
Title: compose_addressbook for globaladdressbook
Post by: corbosman on April 30, 2010, 03:02:42 PM
This is really a silly way to 'fix' that problem.  My plugin should work with the global addressbook. Have you read this?:

http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/5692-addressbook-compose-window-3.html#post24163

You have to add 'global' as an addressbook in config.inc.php

$rcmail_config['compose_addressbooks'] = array('global', 'sql');

Im working on a new version of compose_addressbook that autodetects all available addressbooks. Version 1.5.1 doesnt do that, so you have to add the addressbooks you want to use.
Title: compose_addressbook for globaladdressbook
Post by: corbosman on April 30, 2010, 03:03:15 PM
This is really a silly way to 'fix' that problem.  My plugin should work with the global addressbook. Have you read this?:

http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/5692-addressbook-compose-window-3.html#post24163

You have to add 'global' as an addressbook in config.inc.php

$rcmail_config['compose_addressbooks'] = array('global', 'sql');

Im working on a new version of compose_addressbook that autodetects all available addressbooks. Version 1.5.1 doesnt do that, so you have to add the addressbooks you want to use.