No Borders around blocks.

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
tomt
Active Member
Posts: 28
Joined: 4. February 2008 15:32

No Borders around blocks.

Post by tomt »

Your Portal Version: 1.0.1
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge

What have you done before the problem was there?
Fresh install of phpBB3, just added this portal to my test site.

What have you already tryed to solve the problem?
Checked all my code.. Seems fine

Description and Message
On the portal home page (prosilver) no borders appear around the block on the left and right. (no images etc)

Centre blocks are fine.

Any ideas ?

Thanks

HenK
Valued Contributor
Posts: 80
Joined: 8. January 2008 12:50
phpBB.de User: HenK
phpBB.com User: H3nK
Location: Germany

Re: No Borders around blocks.

Post by HenK »

Maybe you didn't upload the portal.css into the theme folder.

Topic author
tomt
Active Member
Posts: 28
Joined: 4. February 2008 15:32

Re: No Borders around blocks.

Post by tomt »

portal.css is there..

Any other ideas ?

THANKS :)
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: No Borders around blocks.

Post by Marc »

Did you modify the stylesheet.css properly and did you purge your theme-cache?

Topic author
tomt
Active Member
Posts: 28
Joined: 4. February 2008 15:32

Re: No Borders around blocks.

Post by tomt »

This is my stylesheet.css:

Code: Select all

/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		proSilver
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("portal.css");
I presume this is correct.. I've cleared my Cache and still no borders around the left or right blocks..

Thanks for taking the time to try and help.
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: No Borders around blocks.

Post by Marc »

Which cache did you purge?
Did you go to Styles >> Themes and cleared your style's cache?
If you didn't do that, the theme is not refreshed.

Topic author
tomt
Active Member
Posts: 28
Joined: 4. February 2008 15:32

Re: No Borders around blocks.

Post by tomt »

Hi
Yes I cleared the theme's cache as well as the main cache..
I think I'll restore my backups and try again !!

Topic author
tomt
Active Member
Posts: 28
Joined: 4. February 2008 15:32

Re: No Borders around blocks.

Post by tomt »

Reinstalled and working well.
Thanks

Now to change the blocks colour !! and maybe the menu !!
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: No Borders around blocks.

Post by Marc »

For editing the menu you might look into this short tutorial: viewtopic.php?f=24&t=917

For changing the block's color, just open portal.css and change this part of the code:

Code: Select all

.portal-panel {
	background-color: #DDE9F0;
	color: #28313F;
	margin-bottom: 4px;
	padding: 0 10px;
	color: #3f3f3f;
}
Change the background-color to your needs. ;)

Topic author
tomt
Active Member
Posts: 28
Joined: 4. February 2008 15:32

Re: No Borders around blocks.

Post by tomt »

Thanks.. got it sorted.

OptimalKiller
Active Member
Posts: 2
Joined: 20. October 2008 18:34

Re: No Borders around blocks.

Post by OptimalKiller »

Hi there just installed this portal on my system, I also have the same problem. However If I select the subsilver theme everything is fine. I have deleted the cach via ftp and useing the system ACP Purge the cache. Please help!!!

P.S.

I have the following file located on my ftp

/phpbb3/styles/prosilver/theme

portal.css and stylesheet.css

Contents of Stylesheet.css

/* phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: proSilver
Based on style: proSilver (this is the default phpBB 3 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by:

Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/

@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("portal.css");

OptimalKiller
Active Member
Posts: 2
Joined: 20. October 2008 18:34

Re: No Borders around blocks.

Post by OptimalKiller »

Problem has been sorted, it was to do with the prosilver theme.cfg it was this option causeing the problem

parse_css_file = off.

anyway just thought I would post the solution :)
Locked

Return to “board3 Portal 1.0.x - English Support”