| Author |  | 
      
        | target Newbie
 
  
 
 Joined: 23 February 2009
 Location: United Kingdom
 Online Status: Offline
 Posts: 2
 | 
          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.
           | Posted: 23 February 2009 at 5:07am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | target Newbie
 
  
 
 Joined: 23 February 2009
 Location: United Kingdom
 Online Status: Offline
 Posts: 2
 | 
          Anyone?
           | Posted: 24 February 2009 at 3:17am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          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:
           | Posted: 24 February 2009 at 5:32am | IP Logged |   |  
           | 
 |  
 
 
| Code: 
 
    
    | 
      
       | var $MailMode = MAILMODE_LeaveMessagesOnServer; |  |  |  
 Replace it with:
 
 
 
| Code: 
 
    
    | 
      
       | var $MailMode = MAILMODE_DeleteMessageWhenItsRemovedFromTrash; |  |  |  
 Regards,
 Igor
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | nan805 Newbie
 
  
 
 Joined: 08 March 2009
 Location: Taiwan
 Online Status: Offline
 Posts: 2
 | 
          Hi
           | Posted: 08 March 2009 at 5:44am | IP Logged |   |  
           | 
 |  
 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 |     | 
       
       
        |  | 
        | Andrew AfterLogic Support
 
  
 
 Joined: 28 April 2006
 Location: United States
 Online Status: Offline
 Posts: 1189
 | 
          Do you use the latest version of WebMail Pro PHP? Haven't you modified the original source code?
           | Posted: 10 March 2009 at 7:11am | IP Logged |   |  
           | 
 |  
 Best regards,
 Andrew
 | 
       
        | Back to Top |     | 
       
       
        |  |