MyBB Community Forums

Full Version: Playing with the Default MyBB Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
OK I am making changes to the standard theme. I am editing the Template files and also the css files through the admin cp.

What I would like to know is how to backup the theme so I can share it with others.

The files and folders that I know need backing up are:

/images/
All Style Sheet CSS Files
All Template Files

Any help would be great Smile
ACP > Templates & Style > **choose theme** > Options > Export Theme > keep both options as Yes. This will give you the templates and the CSS in an XML file, which is what people import in their ACP. Then you just need to download the relevant images, zip those together with the XML file, and you'll be good to go.

I'd advise you put the images into a new folder in the ./images/ folder and change the theme settings to load images from that new folder... it's better if it's separated.
Thats brilliant thank you.

Also can you tell me where the CSS is to control the header logo?

In the source it says:

<div id="header">
			<div class="logo">

But I cant find any reference to "header" or "logo" in the CSS files?
Anyone?