Making your forum Right-To-Left - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: Tutorials (https://community.mybb.com/forum-38.html) +--- Thread: Making your forum Right-To-Left (/thread-16589.html) Pages:
1
2
|
Making your forum Right-To-Left - Ryan Gordon - 2007-02-20 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):
Change it to:
Then in the Additional CSS area find:
Replace with:
RE: Making your forum Right-To-Left - sasan.j - 2008-05-15 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. RE: Making your forum Right-To-Left - ashnou - 2017-05-02 themes global.css change left to right worked for me RE: Making your forum Right-To-Left - HAFOOCH - 2024-09-13 Quote:Then you need to edit the theme you're using to find (under the Page Container options): hello, i don't know where is the change needs to be done. where is the "page container options" located? would appreciate if you assist. tnx RE: Making your forum Right-To-Left - bv64 - 2024-09-13 look in the global.css of your theme! RE: Making your forum Right-To-Left - HAFOOCH - 2024-09-13 (2024-09-13, 03:23 PM)bv64 Wrote: look in the global.css of your theme! tnx, i've found it.. under "#CONTAINER"!! in the global.css i just changed it to "right" and did not added the internet explorer thing because i didn't existed beforehand.... should i add it and now i need to know where i find "Additional CSS area".. i've tried to open the long list but it wasn't there..... where can i find it? RE: Making your forum Right-To-Left - bv64 - 2024-09-13 look forward in the global.css if you find something like .float_left { RE: Making your forum Right-To-Left - HAFOOCH - 2024-09-13 thanks.... is it possible to fix this overlapping with the logo? RE: Making your forum Right-To-Left - HAFOOCH - 2024-09-14 (2024-09-13, 07:32 PM)HAFOOCH Wrote: thanks.... anyone? RE: Making your forum Right-To-Left - HLFadmin - 2024-09-17 URL? I use browser tools to identify the element, then look at the css that's controlling the display of the element. It may be that padding is specified uniformly, but would work better if more is on top of the menu block or more on bottom of the logo block. |