Support Forums

Full Version: MyBB Gaming Forums (In Development)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Got a forums up and running with MyBB and I want it too be a gaming forums site, I did post a link up before explaining what the site was you can find it here http://www.supportforums.net/showthread.php?tid=20293 I would like to know if anyone would be able to help me get a background for it and set anything up...

Should be good.

Cheers guys.

(Thanks for the support)
Background is in global.css through the admin cpanel

If you use the advaned view like I always do, you'll see something like this I believe:
Code:
body {

}

The image location should be in there, and if you want a new background, you'll have to replace the one it's pointing to with the one that you want as the background.

basic background image css goes like this:
Code:
something {
     background-image: url("PUT_URL_LOCATION_OF_IMAGE_HERE");
}

And you can give it repeat options too.
I uploaded a theme i downloaded but the pic's done work in it look.

http://www.curtiiie.byethost11.com/index.php
I know, the logo you have to point to manually through the admincp, it doesn't get pointed to upon installing a new theme, that's a manual direction you have to give it.

AdminCP > Templates and Style > Themes, {scroll down}... simple

Smile
If you still need help pm me.
Hope you don't need anymore help now. Smile
You should really fiddle around and study it yourself.