Author Topic: compose_addressbook for globaladdressbook  (Read 6298 times)

Offline zhylninc

  • Newbie
  • *
  • Posts: 8
compose_addressbook for globaladdressbook
« on: April 23, 2010, 04:46:41 AM »
god!
$rcmail_config['compose_addressbooks'] = array('global', 'sql');
« Last Edit: May 03, 2010, 02:48:01 AM by zhylninc »

Offline dziobak

  • Full Member
  • ***
  • Posts: 184
compose_addressbook for globaladdressbook
« Reply #1 on: April 23, 2010, 08:41:22 AM »
do you use the latest version of the plugins?

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
compose_addressbook for globaladdressbook
« Reply #2 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.

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
compose_addressbook for globaladdressbook
« Reply #3 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.