Author |
|
matasierra Newbie
Joined: 24 August 2008 Location: Spain
Online Status: Offline Posts: 1
|
Posted: 24 August 2008 at 2:09pm | IP Logged
|
|
|
Hello,
I translated the localized messages of WebMail's interface (lite version) to Spanish, and I just wanted to ask you how (and if) could I send it to you, just in case you want to support yet another language.
By the way, the 'preview' pane does not appear when using Firefox, but it does when using Internet Explorer. If I change the url from 'basewebmail.php' to 'webmail.php' it works nicely (at least in FF v2.0.0.16). How come you didn't show the preview pane for FF?
Maybe someone finds my quick&dirty fix handy:. I edited 'index.php' (line 316) and replaced
Code:
header('location: basewebmail.php'); |
|
|
with
Code:
header('location: webmail.php'); |
|
|
Now I can log in with FF and get my preview pane automatically.
Finally I would like to thank you for this wonderful work, specially for releasing it as free software.
Best regards.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 25 August 2008 at 2:27am | IP Logged
|
|
|
By default, WebMail Lite uses AJAX mode which is provided by webmail.php. However, in case if the browser is not AJAX-compatible, WebMail Lite uses non-AJAX mode provided by basewebmail.php. In this case, preview pane is not supported for obvious reasons.
It seems that your WebMail Lite installation for some reason switches itself to non-AJAX mode. We've tested WebMail Lite on FireFox 2.0.0.16 and it works well.
Please try to reproduce the issue using MailBee WebMail Lite live demos:
http://www.afterlogic.com/webmail-lite-php/ (PHP)
http://www.afterlogic.com/webmail-lite-net/ (.NET)
Regards,
Igor
|
Back to Top |
|
|