MyBB Community Forums

Full Version: Right aligning for Hebrew
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi.

I'm talking about languages that are written form right to left.
It occured to me that from 1.2 and up, the option still exists, yet
it functions WRONG.

Currently I don't have a running 1.2.x live board, to demonstrate the problem properly, and, when applied
"Is right to left?" it gets all wrong... so kindly fix it.
We can't read your mind! You have got to provide us with more details. Currently when you turn on RTL in the language file it adds dir="rtl" to the <html> tag. Which it is supposed to do and I see nothing wrong with it.
i know you can't read my mind.
yet it differs from the right align functionality in previous versions, like 1.1.x
so the code must be different somehow

again i know you are not able to "guess" what im talking about, so ill soon make a brand
new board for you to understand
k, I got a picture, showing the problem:
Pictue


And a live boad for demonstrating:
Board
Oh so your saying its a problem with RTL and it not right aligning correctly?
Try adding this on the additional css:
.trow1 {
text-align:right;
}
You need to edit the theme and change the Container CSS.

text-align: left;

Needs to be come

text-align: right;

We needed to add that so IE 5 works correctly.
Tikitiki Wrote:Oh so your saying its a problem with RTL and it not right aligning correctly?

Indeed.

Chris Boulton Wrote:You need to edit the theme and change the Container CSS.

text-align: left;

Needs to be come

text-align: right;
We needed to add that so IE 5 works correctly.

Will the right align function work correctly in the next vers. like 1.1.x series..?

Because either way, hebrew or any language which is
written from Right-To-Left wouldn't be able to use Mybb.
Yes it will work correctly.
Ok we'll be waiting forward! meanwhile using 1.x! Thanks.
Pages: 1 2