> Tomas, > > > Thanks for your quick answer.. > > > It´s pitty that it is only works for version 1.4.1. I use version 1.4.5 > at this moment. I´ll try to understand the patch that you refer to me. > > > In the meanwhile is there somebody else that have any advise? > Is it so exotic requirement or is it backend problem? What about the LDAP > backend?
Limitation is in current design of address book classes, address listing and forms. Address book code is designed for 5 address book fields. SquirrelMail core code and other plugins don't expect more fields. Fields can be added if classes, listing and forms are modified to add support of extra fields. 1.4.5 and 1.5.1cvs can use custom address book backends (ex. vcard address book), but folder listing and forms don't support extra fields and they can't be controlled by plugins. 1.5.1cvs contains code, that allows plugins to add extra column with custom information. For example with link to extended address book form. If you want to see more fields, test http://sqmail.org/downloads/abook_vcard.gzip You must undo htmlspecialchars call in src/addressbook.php line 442 (sm 1.4.5). vcard plugin needs unsanitized version of $row['name'] -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
