Roundcube Community Forum

 

addressbook in compose window

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

Previous topic - Next topic

corbosman

Jeffshead, you could try a slightly older version. The latest version needs a recent SVN because of modifications in the roundcube JS library.

I think a dynamic width is very hard, if not impossible. An idea might be to make the button font smaller. Maybe 10px.

guitmanjo

I'm new to Roundcube and have installed the 0.3.1 stable version online for family use (figured it was the safest route, I don't have time or knowledge to provide much tech support). I've installed the 1.5.1 version of Compose Addressbook, and it's a great plugin ... does everything I want, except I assumed the address list would self populate. My installation requires me to do a search for the addresses to show up in the window. (I'm using SQL addressbook setting w/ RC).

Is this default behavior, or is there something wrong with my setup? If it's default, can I cause the window to self-populate w/o a search?

Thanks in advance.

corbosman

This is a config setting. By default it should auto-populate. Make sure you set:

$rcmail_config['compose_addressbook_mode'] = 'full';

guitmanjo

Quote from: corbosman;29010This is a config setting. By default it should auto-populate. Make sure you set:

$rcmail_config['compose_addressbook_mode'] = 'full';

Thanks, that worked. I had it set to 'sql' thinking it had to match the RC addressbook setting.

jeffshead

#154
Quote from: skaero;28992It only works with the SVN.

Thanks.

Got it to work with trunk-r3836 (http://www.roundcubeforum.net/6-svn-releases/19-svn-discussion/3921-d-l-latest-svn.html).

corbosman

I have released version 3.0. This version should be compatible with the upcoming 0.4-stable release which is scheduled for wednesday.  

You can get it here: Roundcube Plugins | Underwater World

talvins

Hi,

I've just installed your plugin on my 0.4-stable (and jqueryui plugin, activated too) but nothing works. I only saw the address book when I click on addres book icon.
My AB is SQL, so I choose
$rcmail_config['compose_addressbooks'] = array('sql');
and
$rcmail_config['compose_addressbook_mode'] = 'full';

- doubleclick to quickly add a contact to your To field : doesn't work.
- select multiple contacts and click one of the buttons to add to the
  specific field : none contact shown
- config option lets you select which addressbooks to use : nothing like this
- use the search field to search in your addressbook : nothing appears

Thanks.

corbosman

It's supposed to only work when you click on the addressbook button.  The rest does work for many people, so i need more information. Which version of my plugin, what OS and browser/version.

talvins

Debian Lenny, Version 3.0, RC 0.4.1.

corbosman

What browser and browser version?

serg_b

Hi all.

Here is ru_RU translation for this plugin.


<?php

$labels 
= array();
$labels['compose_addressbook_buttontitle'] = 'Показать адресную книгу';
$labels['compose_addressbook_title'] = 'Адресная книга';
$labels['compose_addressbook_close'] = 'Закрыть';
$labels['compose_addressbook_noselect'] = 'Вы не выбрали адресата';
$labels['compose_addressbook_added'] = 'Адресат добавлен';

?>


Thanks a lot for plugin.

corbosman

I released a new version 3.1 for use with RC 0.4.2 and up. Do not use this with versions below 0.4.2. This version fixes a minor issue related to changes in RC.

Get it here:  Roundcube Plugins | Underwater World

paZ

#162
hi,
i try your plugins and is a very good idea, but seems not work for me.
When I write a new message and i go to Address Book the link change
from:
http://xxxxx.xxx/mail/?_task=mail&_id=XXXXXXXXXXXXXX&_action=compose
to:
http://xxxxx.xxx/mail/?_task=mail&_id=XXXXXXXXXXXXXX&_action=compose#

i successufully add the address but I can't send the message, i click all the buttons but any work for me.

OS: ubuntu 10.10
browser: firefox 3.6.1best regards2
RC: 0.4.2
plugins: compose_addressbook-3.1

nicola

Edit:
btw i attach the translation of the plugin in Italian :)

corbosman

With 0.4.2, use compose_addressbook-3.0, not 3.1. The 3.1 version works only with recent development versions.

paZ