MyBB Community Forums

Full Version: Background and latest posts on index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried using global.css to change the background, after looking at this thread....http://community.mybb.com/thread-49869.html

but it isn't working. Also, when I activate advanced side box plugin, it displays everything at the bottom of the page.
I tried giving percentage to make the theme responsive...but it isn't working either (_ _)
Need some serious help guys (_ _)/
Thanks in advance Smile
(2015-04-24, 04:03 PM)iturdu Wrote: [ -> ]for second use this one

http://community.mybb.com/mods.php?action=view&pid=291

Thank you, iturdu Smile
The following code should work:
body {
  background-image: url(images/path/to/background.png);
Place this in your global.css and make sure your path is correct. There should be no "/" at the start of the images directory.
(2015-04-25, 02:55 AM)Wires Wrote: [ -> ]The following code should work:
body {
  background-image: url(images/path/to/background.png);
Place this in your global.css and make sure your path is correct. There should be no "/" at the start of the images directory.

I tried absolute path too Sad
It's not working Sad
(2015-04-25, 01:38 AM)Claraviolet Wrote: [ -> ]
(2015-04-24, 04:03 PM)iturdu Wrote: [ -> ]for second use this one

http://community.mybb.com/mods.php?action=view&pid=291

Thank you, iturdu Smile

Mention not Smile
(2015-04-25, 03:20 AM)Claraviolet Wrote: [ -> ]
(2015-04-25, 02:55 AM)Wires Wrote: [ -> ]The following code should work:
body {
  background-image: url(images/path/to/background.png);
Place this in your global.css and make sure your path is correct. There should be no "/" at the start of the images directory.

I tried absolute path too Sad
It's not working Sad

What background are you trying to set? Could I also get a link to your forum.
(2015-04-25, 10:24 AM)Wires Wrote: [ -> ]What background are you trying to set? Could I also get a link to your forum.

onepieceforum.net
I tried a random background. But nothing seems to be working Sad
(2015-04-26, 05:06 AM)Claraviolet Wrote: [ -> ]
(2015-04-25, 10:24 AM)Wires Wrote: [ -> ]What background are you trying to set? Could I also get a link to your forum.

onepieceforum.net
I tried a random background. But nothing seems to be working Sad

Remove the following (if your background is a small picture):
background-repeat: no-repeat;
And add
 background-image: url(path/to/image);
I have just tried this on your board and it works successfully. Remember to also add the .format to the URL. For example, .png. Then try doing a hard refresh several times.