Author |
|
Pavel64 Newbie
Joined: 05 November 2009
Online Status: Offline Posts: 6
|
Posted: 29 January 2014 at 6:10am | IP Logged
|
|
|
Hello,
I switched off adress book in admin settings of AfterLogic WebMail Lite PHP.
Unfortunately, email adress auto suggestion is somehow connected with this setting and is not working now (I don't get any auto suggestions when typing email adress in new email "To:" column).
Is it any chance to modify the source code of webmail to have both adress book disabled and auto suggestions working?
Moreover, is it possible to add this to next version of webmail?
Thanks for your reply!
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 29 January 2014 at 6:29am | IP Logged
|
|
|
It can be done in terms of sponsored development as a custom functionality. Use our HelpDesk system to leave a ticket.
Regards,
Alex
|
Back to Top |
|
|
Pavel64 Newbie
Joined: 05 November 2009
Online Status: Offline Posts: 6
|
Posted: 29 January 2014 at 7:44am | IP Logged
|
|
|
Thanks for your reply Alex.
I want first to change it by myself in source code .
Is it any chance that you tell me where can I find the appropriate function in source code?
Regards,
Pavel
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 29 January 2014 at 7:48am | IP Logged
|
|
|
I don't know, I'm not a developer. Customizing of our products is beyond the scope of support team and goes directly to professional services department.
Regards,
Alex
|
Back to Top |
|
|
Pavel64 Newbie
Joined: 05 November 2009
Online Status: Offline Posts: 6
|
Posted: 29 January 2014 at 8:04am | IP Logged
|
|
|
Ok,
I found this reply from Igor to very simmilar post:
http://www.afterlogic.com/forum/forum_posts.asp?TID=5176&PN=1
I know, where to find a definition of a function GetSuggestContactItems() found in command_creator.php and storage.php files under libraries/afterlogic/common/managers/maincontacts/storages/db directory.
All I need to know, where can I find (in which directory/file) calling to this function.
Regards,
Pavel
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 29 January 2014 at 8:27am | IP Logged
|
|
|
Perhaps, when Igor is back, he'll be able to help. Please ping this post next week.
Regards,
Alex
|
Back to Top |
|
|
Pavel64 Newbie
Joined: 05 November 2009
Online Status: Offline Posts: 6
|
Posted: 29 January 2014 at 9:08am | IP Logged
|
|
|
Problem solved.
/libraries/ProjectSeven/Actions.php
* row 2715
* public function AjaxContactSuggestions()
* commented if (/*$this->oApiCapability->IsContactsSupported($oAccount)*/true)
/libraries/afterlogic/common/managers/maincontacts/manager.php
* row 445
* public function GetSuggestItems()
* commented if (!$bGlobalOnly /*&& $oApiCapaManager->IsPersonalContactsSupported($oAccount)*/)
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 30 January 2014 at 4:46am | IP Logged
|
|
|
Thanks for sharing!
Regards,
Alex
|
Back to Top |
|
|