|
Making your forum Right-To-Left
|
|
02-20-2007, 04:45 PM
(This post was last modified: 07-07-2007 08:38 AM by Dennis Tsang.)
Post: #1
|
|||
|
|||
|
Making your forum Right-To-Left
Below details the changes necessary in order the make your forum right-to-left.
In the language file inc/languages/*yourlanguage*.php you should see $langinfo['rtl'] = 0; change it to $langinfo['rtl'] = 1; Then you need to edit the theme you're using to find (under the Page Container options): Code: text-align: left; /* IE 5 fix */Change it to: Code: text-align: right; /* IE 5 fix */Then in the Additional CSS area find: Code: .float_left {Replace with: Code: .float_left { |
|||
|
05-15-2008, 08:42 AM
(This post was last modified: 05-15-2008 08:49 AM by sasan.j.)
Post: #2
|
|||
|
|||
|
RE: Making your forum Right-To-Left
I did all you said but my table headers are still left aligned. The collapse buttons are in correct position but texts are not.
What can i do? I added a picture of my forum to attachment. |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help




