Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: WebMail PRO php Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
target
Newbie
Newbie


Joined: 23 February 2009
Location: United Kingdom
Online Status: Offline
Posts: 2
Posted: 23 February 2009 at 5:07am | IP Logged Quote target

Where to define default user setting for new users? Thing is I would like to have user options like "Delete message from server when it is removed from Trash" selected by default.
Back to Top View target's Profile Search for other posts by target
 
target
Newbie
Newbie


Joined: 23 February 2009
Location: United Kingdom
Online Status: Offline
Posts: 2
Posted: 24 February 2009 at 3:17am | IP Logged Quote target

Anyone?
Back to Top View target's Profile Search for other posts by target
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6087
Posted: 24 February 2009 at 5:32am | IP Logged Quote Igor

If you'd like this setting to be applied to new user accounts created automatically on first login, you should edit class_account.php file. Search for the following line:

Code:
var $MailMode = MAILMODE_LeaveMessagesOnServer;


Replace it with:

Code:
var $MailMode = MAILMODE_DeleteMessageWhenItsRemovedFromTrash;


Regards,
Igor
Back to Top View Igor's Profile Search for other posts by Igor
 
nan805
Newbie
Newbie


Joined: 08 March 2009
Location: Taiwan
Online Status: Offline
Posts: 2
Posted: 08 March 2009 at 5:44am | IP Logged Quote nan805

Hi

What am i going to do if i encounter a problem as below description, which I press the "Enter" button to login
===========================
Error while parsing XML.
Error code 1.
Response text:

Notice: Trying to get property of non-object in C:\www-webmail\processing.php on line 1

Notice: Trying to get property of non-object in C:\www-webmail\processing.php on line 1
===================================
Back to Top View nan805's Profile Search for other posts by nan805
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 10 March 2009 at 7:11am | IP Logged Quote Andrew

Do you use the latest version of WebMail Pro PHP? Haven't you modified the original source code?

Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide