MyBB Community Forums

Full Version: All theme backgrounds are black and can't change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have Mybb 1.6.8. My forum website is http://www.gamerfaction.com/forum/

I recently installed Google-SEO mod along with the pluginlibrary. Shortly after I noticed my theme background was plain black. I checked my css and nothing had changed. I checked all my other themes and everyone of them had a black background. I disabled all my plugins, removed both of the newly installed mods but all my backgrounds are still black no matter what I change in css. I would really appreciate any help.

Thanks
Ok this just got strange. I now have a new style sheet in all themes called test.css. This is the css that changed the background. I have no idea where it came from. It shows inherited from Mybb master. Whenever I delete it via ftp, it automatically recreates itself. Can someone please tell me how to remove it???
Sounds like you downloaded a working copy from GitHub, instead of a release from mods.mybb.com or https://github.com/frostschutz/PluginLibrary/tags

And you probably activated the Hello Pluginlibrary (hello_pl) plugin at some point? If that's still enabled, disable/uninstall it, with some luck it will get rid of test.css. The hello_pl plugin is meant for plugin developers only, regular users only need the pluginlibrary.php and nothing else.

Otherwise you will have to go to your database, find the themestylesheets table, and delete all test.css entries.
That is exactly what happened. I did have to delete test.css from my database. Thanks so much for your response.