2019-09-02, 09:01 AM
2019-09-02, 09:15 AM
Just go in your ACP, in "Templates & Style" tab.
There, click on the "Options" button on the concerned theme line, and choose "Export theme".
There, click on the "Options" button on the concerned theme line, and choose "Export theme".
2019-09-02, 12:39 PM
(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-03, 01:58 PM
(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
2019-09-03, 10:29 PM
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-04, 11:22 AM
(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
2019-09-04, 11:35 AM
Add the following CSS definition to body { direction: rtl; ... }
Then check the alignment for elements like html, body, #container, .wrapper { text-align: right; ... }
[ExiTuS]
Then check the alignment for elements like html, body, #container, .wrapper { text-align: right; ... }
[ExiTuS]