Roundcube Community Forum

 

addressbook in compose window

Started by corbosman, October 28, 2009, 03:42:19 PM

Previous topic - Next topic

chichi

#165
With 0.4, I use compose_addressbook-3.0, not 3.1.

No actions on the Icon-Link :confused:

I added this to main.inc.php

// List of active plugins (in plugins/ directory)

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


and placed both folders (adressbook and jqueryui) to the plugin-folder

How can I get it working.

SKaero

Your $rcmail_config['plugins'] array in /config/main.inc.php should be:
$rcmail_config['plugins'] = array('jqueryui''compose_addressbook');  

chichi


acolson

#168
Anyone got compose_addressbook working on 0.5beta or advice on how to debug?

Thanks!

corbosman

So i take it the latest version doesnt work?  What goes wrong? I havent had time to install 0.5 beta yet

acolson

Correct. I installed compose_addressbook-3.1.tgz and jqueryui-1.8.2.1.tgz. Renamed the config files in both plugins. Added jqueryui and compose_addressbook to the plugin list (jqueryui first) but the icons are just not showing up.

ABerglund

#171
I have version 3.1 running in both my production 0.4.2, and in today's 0.5-rc. The plugin works on 0.5-rc, but there is a bug.

When you click the button, you get the warning that you are leaving the compose window! (See attached) Obviously, if you cancel nothing happens. If you click OK, you do NOT leave the compose window, but instead the addressbook search opens.

Once past the false alarm warning dialog, it works as expected.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

corbosman

This is due to changes in RC core. They now want you to add your buttons to a list of compose buttons, just to keep us plugins developers on our toes.

I'll upload a new version soon.

corbosman

I uploaded version 4.0 of this plugin that should work with 0.5rc.

Get it here:  Roundcube Plugins | Underwater World

splitti

Works perfect for me. :) Thanks for the great plugin!

ABerglund

I can confirm - 4.0 works with 0.5-rc as intended.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

roentgen

Hi.

I'm using the latest svn RC and inserting addresses is not working anymore.

It puts something like 'First Last <>' into the TO field.

Thanks!

sckramer

confirmed that it shows Username <> in the current svn, had to disable the plug-in for now, please update :) people miss it

Thanks!

corbosman

RC keeps changing everything :) A nightmare for plugin authors.

Ive got a beta version of the compose_addressbook plugin that should work with svn but ive not tested in thoroughly. 0.6 adds a much expanded vcard/contact database, so I had to modify the plugin to use that. Im mirroring the behavior of RC itself. For instance, if you add a group, and the group contains contacts with multiple addresses, it only adds the first email address.

Get the latest beta version here:  Roundcube Plugins | Underwater World

roentgen

Seems to be working fine so far here with the 0.6 beta.
Thanks.