This is a config setting. By default it should auto-populate. Make sure you set:
$rcmail_config['compose_addressbook_mode'] = 'full';
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.
This is a config setting. By default it should auto-populate. Make sure you set:
$rcmail_config['compose_addressbook_mode'] = 'full';
Thanks.
Got it to work with trunk-r3836 (D/L latest SVN).
Last edited by jeffshead; 07-29-2010 at 05:06 PM.
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
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.
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.
Debian Lenny, Version 3.0, RC 0.4.1.
What browser and browser version?
Hi all.
Here is ru_RU translation for this plugin.
Thanks a lot for plugin.PHP Code:<?php
$labels = array();
$labels['compose_addressbook_buttontitle'] = 'Показать адресную книгу';
$labels['compose_addressbook_title'] = 'Адресная книга';
$labels['compose_addressbook_close'] = 'Закрыть';
$labels['compose_addressbook_noselect'] = 'Вы не выбрали адресата';
$labels['compose_addressbook_added'] = 'Адресат добавлен';
?>
There are currently 1 users browsing this thread. (0 members and 1 guests)