MyBB Community Forums

Full Version: one minute only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
welcome all

I want change mybb Theme from left to right

to change it to arabic language

how I do that


I am await Rolleyes
You'll need to find an Arabic language pack, download it, and fit it into your site. If there isn't one... use a search engine.

As for the right-aligned theme, you'll need to add some templates in order to do that... I think...
there are not arabic lange

I am working to change mybb to arabic language now

and I finished the php files

now I asking to Theme Smile

sorry my English language is very bad Toungue
just open all the them templates and change <html> into <html dir="rtl">
you will find it in many templates

that is all Smile

by the way I found a way that make MyBB support Arabic and English at the same time

I love MyBB Smile

please if you want MyBB support both languages ignor my first reply Big Grin

First do the following :
1- copy the file ( english.php ) and rename it to ( arabic.php )
2- copy the folder ( english ) and rename it to ( arabic )

now you have the following files and folders inside the languages folder
- english.php
- english
- arabic.php <--- translate it to arabic
- arabic <--- translate what inside it to arabic

add the following CODE to every arabic php file :
$l['dir'] = "rtl";

till here we finished from the language files and we will go to the templates Wink

open all the templates and change every <html> to <html dir=$lang->dir>

Now from the Board Settings if you choice Default Language English it will be left to right and if you choice Arabic it will be right to left
Also the members can choice which language they want from their User Control Panel

all what we looking for is a hack that can make the visitors choice the language they want from forum index Big Grin

I hope that help you,

alnamer Wrote:I love MyBB Smile

I'm 2Toungue

and ever 1 will love it Wink
vip4ip Wrote:welcome all

I want change mybb Theme from left to right

to change it to arabic language

how I do that


I am await Rolleyes

in your ACP>Themes>Modify/Delete>your theme> find in the page Container the following code
text-align: left; /* IE 5 fix */ 

change it to

text-align: right; /* IE 5 fix */ 

then tell me how it's work with you

All the best,
Ahmed (Egypt)