Support Forums
MyBB Gaming Forums (In Development) - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Forum Software Help (https://www.supportforums.net/forumdisplay.php?fid=49)
+---- Thread: MyBB Gaming Forums (In Development) (/showthread.php?tid=20382)



MyBB Gaming Forums (In Development) - Anon - 07-10-2011

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)


RE: MyBB Gaming Forums (In Development) - AceInfinity - 07-10-2011

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.


RE: MyBB Gaming Forums (In Development) - Anon - 07-10-2011

I uploaded a theme i downloaded but the pic's done work in it look.

http://www.curtiiie.byethost11.com/index.php


RE: MyBB Gaming Forums (In Development) - AceInfinity - 07-10-2011

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


RE: MyBB Gaming Forums (In Development) - Kyle FYI™ - 07-11-2011

If you still need help pm me.



RE: MyBB Gaming Forums (In Development) - BlackChaos - 07-11-2011

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