Your Portal Version: 2.0.0
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
MySQL Version: How to change properties of Blocks?
What have you done before the problem was there?
What have you already tryed to solve the problem?
Nothing
Description and Message
I want to reconfigure the blocks of portal. I want help of following points:
1. How to change the background color of the block?
2. How to change the text color and properties of the block?
3. How to show a block in whole forum? I want to show the top block always.
4. How to set an image as the background of the particular block?
5. How to hide titles of block?
Help will be appreciated. Thanks in Advance.
How to change properties of Blocks?
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Re: How to change properties of Blocks?
Look here: https://www.phpbb.de/community/viewtopi ... 2#p1306572 it's in Germanscorpio wrote:1. How to change the background color of the block?
2. How to change the text color and properties of the block?
5. How to hide titles of block?
This is currently not possible.scorpio wrote:3. How to show a block in whole forum? I want to show the top block always.
Open the colour.ccs your Stylesscorpio wrote:4. How to set an image as the background of the particular block?
Find:
Code: Select all
.bg3 { background-color: #cadceb; }
Code: Select all
.bg1-portal {
background-color: #ECF3F7;
background-image: url("{T_THEME_PATH}/images/bg_forum.gif");
}
.bg2-portal {
background-color: #ECF3F7;
background-image: url("{T_THEME_PATH}/images/bg_forum.gif");
}
Replace with: .bg1-portal .bg2-portal
DIY instructions: Knowledge Base: Changes to forums styles
Last edited by Kirk on 19. August 2013 15:52, edited 1 time in total.
Reason: corrected code
Reason: corrected code
Gruß Udo
-
Topic author - Active Member
- Posts: 27
- Joined: 8. July 2012 17:06
- phpBB.de User: Scorpio
- phpBB.com User: scorpiors
Re: How to change properties of Blocks?
Sir, thanks for quick response.