Hi,
My other question about address book is 1 Does it search the local and the ldap or just the ldap? 2. What can we do for the autocomplete to search by last name? 3. How do you prevent history when you reply to? Thanks Again > http://www.topolis.lt/docs/sm/squirrelmail/addressbook/_functions_addressbook_php.html#functionaddressbook_init > > you have to modify second argument in addressbook_init() function. Not local backend test. > > // Open addressbook without error messages and with LDAP > $abook = addressbook_init(false, false); > if ($abook->localbackend == 0) > // No personal address book is defined > return; > > >> Hi >> >> I have made the changes as follows but still having problems >> >> abook_ldap_server.php >> >> function list_addr() { >> // return array(); >> return $this->search('*'); >> } >> >> >> autocomplete/functions.php >> >> $abook = addressbook_init(false, true); >> if ($abook->localbackend == false) >> // No personal address book is defined >> return; >> >> Thanks for your help in advance. >> >> Thanks >>> it is not in plugins/ directory. File is part of squirrelmail >>> distribution >>> and is stored in squirrelmail functions/ directory. >>> >>> /path/to/squirrelmail/functions/abook_ldap_server.php >>> >>> >>>> Hi, >>>> >>>> I only have the following files in the autocomplete directory. funtions.php, index.php. setup.php, version, README but not >>>> "abook_ldap_server.php" >>>> >>>> Thanks >>>>>> >>>>>> Hi, >>>>>> >>>>>> Once again I appreciate your reply. I have few more questions for the day. >>>>>> >>>>>> 1. Has any one tried to use address complete plugin to read address from >>>>>> LDAP? I am not successful yet but it works with personal address books. >>>>> >>>>> open functions/abook_ldap_server.php, go to the bottom of the file. Find >>>>> disabled list_addr() function and enable it. >>>>> >>>>> open plugins/autocomplete/functions.php, find addressbook_init() call and >>>>> change second argument to false. >>>>> >>>>> Make sure that user uses full name autocomplete and not only nickname. >>>>> >>>>>> 2. Is there an auto-save feature that can save to drafts foler automatically after time out? >>>>> >>>>> If session timeouts, it is invalidated. Scripts can't perform any operations in interface after that. See >>>>> http://www.squirrelmail.org/wiki/AutoMagicLogout, >>>>> http://www.squirrelmail.org/wiki/AutoLogout and quicksave plugin. >>>>> >>>>>> 3. When I enable the HTML plugin for fckeditor I lose the spell checker? >>>>>> Is there a fix available? >>>>> >>>>> Have you checked your configuration? Do you have aspell installed? Provide >>>>> more details about used html_mail configuration and your server. >>>>> >>>>> -- >>>>> Tomas >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> SF.Net email is sponsored by: Discover Easy Linux Migration >>>>> Strategies >>>>> from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click -- >>>>> squirrelmail-users mailing list >>>>> Posting Guidelines: >>>>> http://squirrelmail.org/wiki/wiki.php?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 >>>>> >>>> >>>> >>>> >>> >>> >> >> >> > > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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
