Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Right to Left? Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
faisal
Newbie
Newbie


Joined: 13 June 2007
Location: Saudi Arabia
Online Status: Offline
Posts: 31
Posted: 26 November 2007 at 2:39am | IP Logged Quote faisal

Hi

I have MailBee WebMail PHP V 4


I want to make RTL Direction for Arabic Language

So I do the flowing:

in file lang/English.php

add this code:
define('LANG_Sitedir', 'ltr');



in file lang/Arabic.php

add this code:
define('LANG_Sitedir', 'rtl');


Then in all files find
<html id="html">

Change to
<html id="html" dir="<?php echo LANG_Sitedir?>">


And find:
<html>

Change to
<html dir="<?php echo LANG_Sitedir?>">



It is working fine if not using the Ajax

But If Allow AJAX Version

the webmail.php still show from Left to Right


Thanks in advance

Back to Top View faisal's Profile Search for other posts by faisal
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 26 November 2007 at 7:01am | IP Logged Quote Alex

We've tested MailBee WebMail Pro PHP with and without Ajax support and in both cases WebMail works with your solution for us(although this solution is not 100% correct).

Thus, we got different results when applying your changes to the code (it works in AJAX for us) and we can't say why exactly it does not work for you.

Anyway, as you say that the static version (with Ajax disabled) of WebMail Pro PHP works correctly for you. If so, could you please provide us with a test account so that we would be able to take a look and determine how the UI should look for Arabic version.

We'll then add the required changes to one of the upcoming vesions (probably v4.2).

You can send such info using our Request Support Form.

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
faisal
Newbie
Newbie


Joined: 13 June 2007
Location: Saudi Arabia
Online Status: Offline
Posts: 31
Posted: 26 November 2007 at 11:00pm | IP Logged Quote faisal

Thanks Alex

I will submit a ticket now
Back to Top View faisal's Profile Search for other posts by faisal
 

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