MyBB Community Forums

Full Version: Just Installed and Default Theme Has No Styling
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I just finished installing MyBB on my site (http://www.grscgaming.co.cc) and the default theme just doesn't look right. In fact, it looks like as if my browsers are rendering it with "no style" on even though that is not the case.

Here's what my forum looks like:

[attachment=22479]

It's supposed to look like this:

[attachment=22480]

I've tried re-uploading the entire images folder to my server and I've done everything in this thread. I've tried uploading and installing a new theme (accord-mono) and the new theme also has the same no-style look. Nothing seems to be working.

How do I fix this?
Login to your admin and check the settings/General Configuration to make sure your Board URL is correct. Save the settings (even if you don't change anything), so you over-write your existing file.
^^^
That might fix it, and it can't do any harm. Smile
(2011-04-28, 06:37 AM)seeker Wrote: [ -> ]Login to your admin and check the settings/General Configuration to make sure your Board URL is correct. Save the settings (even if you don't change anything), so you over-write your existing file.
^^^
That might fix it, and it can't do any harm. Smile

I already tried that. Didn't fix it.
make sure your theme is at ur style if ur url at admin->settings->general-> the paths should be right...
You didn't CHMOD ./cache/themes/ folder to 777 . http://www.grscgaming.co.cc/cache/themes...global.css is pointing me to 403 Forbidden which means that your themes/ folder needs to be read/write accessible.
(2011-04-28, 09:11 AM)TheUninvited Wrote: [ -> ]make sure your theme is at ur style if ur url at admin->settings->general-> the paths should be right...

Like I said above, the paths are right. I triple triple checked it.

(2011-04-28, 09:33 AM)Yaldaram Wrote: [ -> ]You didn't CHMOD ./cache/themes/ folder to 777 . http://www.grscgaming.co.cc/cache/themes...global.css is pointing me to 403 Forbidden which means that your themes/ folder needs to be read/write accessible.

Okay, I 777'd both theme folders. Didn't fix the styling problem at all.

Has anyone ever experienced this that could offer a suggestion on what their solution was?
http://www.grscgaming.co.cc/cache/themes...global.css is still giving 403 Forbidden.

CHMOD ./cache/themes/theme1/ <--- folder to 777.
(2011-04-28, 05:40 PM)Yaldaram Wrote: [ -> ]http://www.grscgaming.co.cc/cache/themes...global.css is still giving 403 Forbidden.

CHMOD ./cache/themes/theme1/ <--- folder to 777.

It is 777. It's not leech protection or hotlinking protection. Just sent a ticket to my host. Gonna see if it's a firewall issue or something.
(2011-04-28, 06:51 PM)Acreo Aeneas Wrote: [ -> ]
(2011-04-28, 05:40 PM)Yaldaram Wrote: [ -> ]http://www.grscgaming.co.cc/cache/themes...global.css is still giving 403 Forbidden.

CHMOD ./cache/themes/theme1/ <--- folder to 777.

It is 777. It's not leech protection or hotlinking protection. Just sent a ticket to my host. Gonna see if it's a firewall issue or something.

According to my host, CSS files are not supposed to be directly viewable when pasted as a direct link in a browser. The folder is 777 chmod'd. Is there something else that might cause the forum not to be styled?
You have to grant the correct permissions to global.css, it's returning a 403 when the client tries to access it.
Pages: 1 2