MyBB Community Forums

Full Version: How to make theme from default?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
.....
Every theme is made from the default. When you click on "Export Theme" It will start downloading a .xml file. Then just download the images via FTP.
I do in this way:
1. Templates and style
2. Create new theme
3. Call it as you want and create a folder called like the theme
4. Go in Templates
5. Add Set
6. Call them as the theme
7. Go into themes and select your theme
8. change the folder link and the Template set
9. Click: global.css
10. Edit for example .thead_bg {
background: url(images/thead_bg.gif);
}
in images/YOURFOLDER/thead_bg.gif
same for tfoot, tcat.
11. You can edit the background in
body {
background: url(images/URFOLDER/background.gif);
}
12. When everything is done, template changes and CSS changes:
13. Go on themes
14. Export your new theme.