Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: ButtScratchas on January 30, 2011, 03:09:32 AM

Title: Blue boxes everywhere! [Details inside!]
Post by: ButtScratchas on January 30, 2011, 03:09:32 AM
I just freshly installed 2.0 RC4, installed some mods, and now I get these on the
Portal page:
(http://i54.tinypic.com/m7er9x.jpg)

My installed mods are:
Aeva Media
Battle
SimplePortal
SMF Shop
Spiders Don't Increase Topic Views
2-SI Chat

Is this just a theme issue, like an added image or something from another mod?
[edit] I don't know why I scribbled allover the site name and stuff, rofl, just used to having to remove stuff I guess.
My url is www.clanlol.org

Help is appreciated, thanks in advance.
Title: Re: Blue boxes everywhere! [Details inside!]
Post by: JBlaze on January 30, 2011, 03:12:22 AM
It's a theme issue due to the change of CSS since RC3. Instead of looking like this:
<h3 class="catbg"><span class="left"></span>Header</h3>

It should look like this
<div class="cat_bar">
    <h3 class="catbg">Header</h3>
</div>


You may want to contact the theme author or the portal author. One or the other hasn't updated their mod's CSS and templates.
Title: Re: Blue boxes everywhere! [Details inside!]
Post by: ButtScratchas on January 30, 2011, 03:27:29 AM
What file would I look into about modifying this myself?
I've looked in the themes css folder, all it has is index.css and an rtl.css, neither of which contain the things you said.
Title: Re: Blue boxes everywhere! [Details inside!]
Post by: CapadY on January 30, 2011, 05:00:17 AM
did you have a look in /themes/yourtheme/css/index.css  ?
Title: Re: Blue boxes everywhere! [Details inside!]
Post by: NanoSector on January 30, 2011, 05:03:55 AM
It's a SimplePortal issue I have had on all the sites I have installed SimplePortal on. You'd better choose another portal.

SimplePortal is only good for the original Curve theme...
Title: Re: Blue boxes everywhere! [Details inside!]
Post by: Masterd on January 30, 2011, 05:05:35 AM
Just add the Simple Portal's CSS to your theme CSS directory.
Title: Re: Blue boxes everywhere! [Details inside!]
Post by: CapadY on January 30, 2011, 05:16:55 AM
In Themes/default/css  there should also be 2 files portal***.css. these are needed for the portal. Check if they are there.
If they are, copy them to themes/yourtheme/css  If they are not, you'll have to get them from the SP site.

By the way, I don't know how you are translating your site but in Dutch it's terrible. For instance, in the calendar "wednesday" is translated as "marying".
Title: Re: Blue boxes everywhere! [Details inside!]
Post by: Masterd on January 30, 2011, 05:28:54 AM
Quote from: capady on January 30, 2011, 05:16:55 AM
In Themes/default/css  there should also be 2 files portal***.css.

Portal.css and Portal-rtf.css.
Title: Re: Blue boxes everywhere! [Details inside!]
Post by: ButtScratchas on January 30, 2011, 01:20:31 PM
Quote from: capady on January 30, 2011, 05:16:55 AM
In Themes/default/css  there should also be 2 files portal***.css. these are needed for the portal. Check if they are there.
If they are, copy them to themes/yourtheme/css  If they are not, you'll have to get them from the SP site.

By the way, I don't know how you are translating your site but in Dutch it's terrible. For instance, in the calendar "wednesday" is translated as "marying".
Thank you, I'm not sure what I have set for translations, if you selected a language in the bottom right from the chatbar, that would explain why it translated so badly, I'm pretty sure that chatbar has it's own translation files, but I'm pretty sure I have other languages disabled from the core, as it's meant to be an english only forum, for now anyway.

Thanks to all others that have posted. I've got everything back in working order! :)
Title: Re: Blue boxes everywhere! [Details inside!]
Post by: Masterd on January 30, 2011, 01:23:50 PM
Then I will mark this topic as solved.