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:
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 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
If you still need help pm me.
Hope you don't need anymore help now.
You should really fiddle around and study it yourself.