Page 1 of 1

Custom Box Indentions / Color fixes

Posted: 2. October 2015 22:22
by Ostdarva
Your Portal Version: 2.1.0-RC2
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://evocaticlan.com/forum/portal

PHP Version: Most recent
MySQL Version: Most recent

What have you done before the problem was there?
I created a new "custom field" box.

What have you already tryed to solve the problem?
Using different sizes on the width/height of the script

Description and Message
Alright, so there are a couple issues going on here with the portal. Would REALLY appreciate some help here. Thanks guys!

1. The colors are off (as shown in the picture), which file is in control of mandating the background colors of the boxes?
Image

2. On "custom" boxes there are spaces within the box which is causing a fitting issue.
Image
There is also a fitting issue in the main section for announcements/news and the header image.
Image

3. Is there any way to get the top bar from my forum sections to appear on the top of each box in order to match my theme?
Image

Thank you guys for everything you do.

Ostdarva

Re: Custom Box Indentions / Color fixes

Posted: 3. October 2015 09:58
by Kirk
1. You have in the colours.css change:

Code: Select all

ul.forums {
    background-color: #eef5f9;
    background-image: url("./images/gradient.gif");
}
2. How is the Code of TeamSpeak?

Re: Custom Box Indentions / Color fixes

Posted: 3. October 2015 11:23
by talonos
check you CSS file. seems theres an issue with

Code: Select all

postbody portal-module-postbody
inside of there.

Re: Custom Box Indentions / Color fixes

Posted: 3. October 2015 23:37
by Ostdarva
Thank you!
Kirk wrote:1. You have in the colours.css change:

Code: Select all

ul.forums {
    background-color: #eef5f9;
    background-image: url("./images/gradient.gif");
}
2. How is the Code of TeamSpeak?
Here is my teamspeak code (Teamspeak is not the only box with the spacing issue.. ;
the spacing issue is in all custom boxes and even in the announcements part too
Image

Code: Select all

<iframe src="http://cache.www.gametracker.com/components/html0/?host=63.209.37.190:9170&bgColor=333333&fontColor=CCCCCC&titleBgColor=222222&titleColor=FF9900&borderColor=555555&linkColor=FFCC00&borderLinkColor=222222&showMap=0&currentPlayersHeight=600&showCurrPlayers=1&showTopPlayers=0&showBlogs=0&width=180" frameborder="0" scrolling="no" width="180" height="788"></iframe>

Re: Custom Box Indentions / Color fixes

Posted: 4. October 2015 16:40
by Ostdarva
I believe I replied to this already. Is staff on this board slow?

Re: Custom Box Indentions / Color fixes

Posted: 5. October 2015 10:08
by Kirk
We support in our free time, have a little patience.
Increase the column width of the left modules.

Re: Custom Box Indentions / Color fixes

Posted: 5. October 2015 22:16
by Ostdarva
Kirk wrote:We support in our free time, have a little patience.
Increase the column width of the left modules.
I fixed the issue myself, the portal conflicts with the extension "left profile view".

Now for another question, is there any way to get the portal to show the full post of announcements (including bbcodes/images, ect) going downwards. Instead of having one announcement displaying in the box and creating alternate pages for the others.

Also, is there a way to get a PhpBB Gallery to display in a box?