hello,
I configured my roundcube with a ldap-server and autocomplete emails out of this server. I will get only the first email of each contact but there are multiple in some contacts. Can someone give me a hint (I have basic php experience) how to edit autocomplete.inc to add this feature?
thanks jay _______________________________________________ List info: http://lists.roundcube.net/dev/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
On 2009-01-15 20:00, jan gloeckner - dddesign wrote:
hello,
I configured my roundcube with a ldap-server and autocomplete emails out of this server. I will get only the first email of each contact but there are multiple in some contacts. Can someone give me a hint (I have basic php experience) how to edit autocomplete.inc to add this feature?
I can't help you with suggestions regarding the implementation. But just to show that you're not the only one in need of this feature:
http://trac.roundcube.net/ticket/1484842 (opened by me) and http://trac.roundcube.net/ticket/1485324
request the same thing.
Patrick.
Key ID: 0x86E346D4 http://patrick-nagel.net/key.asc Fingerprint: 7745 E1BE FA8B FBAD 76AB 2BFC C981 E686 86E3 46D4
List info: http://lists.roundcube.net/dev/
jan gloeckner - dddesign wrote:
hello,
I configured my roundcube with a ldap-server and autocomplete emails out of this server. I will get only the first email of each contact but there are multiple in some contacts. Can someone give me a hint (I have basic php experience) how to edit autocomplete.inc to add this feature?
thanks jay
Hello,
the autocomplete.inc file seems to only look at the sql address book. I can search my ldap inside the address book pane (it works) but I don't have any autocompletion when writing an email address in the composing windows.
Can you tell me how do you achieve ldap autocompletion ?
Many thanks, kfx _______________________________________________ List info: http://lists.roundcube.net/dev/
kfx wrote:
Hello,
the autocomplete.inc file seems to only look at the sql address book. I can search my ldap inside the address book pane (it works) but I don't have any autocompletion when writing an email address in the composing windows.
Can you tell me how do you achieve ldap autocompletion ?
// An ordered array of the ids of the addressbooks that should be // searched when populating address autocomplete fields server-side. // ex: array('sql','Verisign'); $rcmail_config['autocomplete_addressbooks'] = array('sql');
A.L.E.C wrote:
kfx wrote:
Hello,
the autocomplete.inc file seems to only look at the sql address book. I can search my ldap inside the address book pane (it works) but I don't have any autocompletion when writing an email address in the composing windows.
Can you tell me how do you achieve ldap autocompletion ?
// An ordered array of the ids of the addressbooks that should be // searched when populating address autocomplete fields server-side. // ex: array('sql','Verisign'); $rcmail_config['autocomplete_addressbooks'] = array('sql');
tsss my bad... everything is okay now.
Thx, kfx
List info: http://lists.roundcube.net/dev/