Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: pospichalales on September 20, 2009, 01:29:29 AM

Title: Address book - add extra field
Post by: pospichalales on September 20, 2009, 01:29:29 AM
I want to add one more field to adress book.

I tried:
Attachment ? Roundcube Webmail (http://trac.roundcube.net/attachment/ticket/1486011/address-book-extra-fields.patch)
and
Attachment ? Roundcube Webmail (http://trac.roundcube.net/attachment/ticket/1485907/roundcube-abook-patch)

and create database tables, but values are not saving.

Where can be the problem?
Title: now it works
Post by: pospichalales on September 20, 2009, 12:31:59 PM
I must use this patch Attachment ? Roundcube Webmail (http://trac.roundcube.net/attachment/ticket/1486011/address-book-extra-fields.patch) and edit /program/include/rcube_contacts.php - I must add field of name to var $table_cols = array()

Now it works well.