MyBB Community Forums

Full Version: xml file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Someone can help you or explain how to translate designs in an XML file?
Just go in your ACP, in "Templates & Style" tab.
There, click on the "Options" button on the concerned theme line, and choose "Export theme".
(2019-09-02, 09:01 AM)BabyMan Wrote: [ -> ]Someone can help you or explain how to translate designs in an XML file?
Use export feature to translate your design in XML, less probability of error.
Suggestion : Better you make the edits inside MyBB and then export the theme using Templates And Style > YOUR THEME NAME > Options > Export
(2019-09-02, 12:39 PM)WallBB Wrote: [ -> ]
(2019-09-02, 09:01 AM)BabyMan Wrote: [ -> ]Someone can help you or explain how to translate designs in an XML file?
Use export feature to translate your design in XML, less probability of error.
Suggestion : Better you make the edits inside MyBB and then export the theme using Templates And Style > YOUR THEME NAME > Options > Export


How can I get help with translation because I didn't really understand how to do it? I need to translate the design into Hebrew
Translations are in separate files, and theme may not have effect on them. Themes (or designs) are just css and templates, which use variables.
(2019-09-03, 10:29 PM)Crazycat Wrote: [ -> ]Translations are in separate files, and theme may not have effect on them. Themes (or designs) are just css and templates, which use variables.

I need to add RTL to simple CSS I don't really know how to do it
Add the following CSS definition to body { direction: rtl; ... }
Then check the alignment for elements like html, body, #container, .wrapper { text-align: right; ... }

[ExiTuS]