background colour welcome message block
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.
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.
-
Topic author - Active Member
- Posts: 8
- Joined: 30. April 2010 18:50
background colour welcome message block
Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.airedaleforum.nl
What have you done before the problem was there?
installed se pro style
installed board3 on se pro style.
What have you already tryed to solve the problem?
i tried backgroundcolour bb code in welcome message block. it doesn't work.
Description and Message
it seems the portal block 'welcome message' gets its colours from somewhere, in my case its black. How can I change the background colour of 'welcome message' without messing up my se pro style?
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.airedaleforum.nl
What have you done before the problem was there?
installed se pro style
installed board3 on se pro style.
What have you already tryed to solve the problem?
i tried backgroundcolour bb code in welcome message block. it doesn't work.
Description and Message
it seems the portal block 'welcome message' gets its colours from somewhere, in my case its black. How can I change the background colour of 'welcome message' without messing up my se pro style?
Last edited by airedaleforum on 26. May 2010 18:57, edited 1 time in total.
-
Topic author - Active Member
- Posts: 8
- Joined: 30. April 2010 18:50
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: background colour welcome message block
What did you write inside your welcome message?
-
Topic author - Active Member
- Posts: 8
- Joined: 30. April 2010 18:50
Re: background colour welcome message block
Just text. Why?Marc wrote:What did you write inside your welcome message?
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: background colour welcome message block
NO support until you fixed the copyright:
knowledge/kb_show.php?id=47
knowledge/kb_show.php?id=47
-
Topic author - Active Member
- Posts: 8
- Joined: 30. April 2010 18:50
Re: background colour welcome message block
Fair enough but nobody told me about this. Sounds a bit aggressive too. Anyway, I fixed it.
-
Topic author - Active Member
- Posts: 8
- Joined: 30. April 2010 18:50
Re: background colour welcome message block
Bumb. Where's the support MARC.
-
Topic author - Active Member
- Posts: 8
- Joined: 30. April 2010 18:50
-
Topic author - Active Member
- Posts: 8
- Joined: 30. April 2010 18:50
Re: background colour welcome message block
Still no support MARC? Why? Do we have to be friends first or does nobody know the awnser?
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: background colour welcome message block
Well it was actually kind of hard to fix that.
Anyhow, try if that looks better for you:
Open styles/*yourstyle*/template/portal/block/welcome.html
Replace the content with this:
I don't know if this will fix it, but I hope so. I couldn't test all of it using Firebug.
Anyhow, try if that looks better for you:
Open styles/*yourstyle*/template/portal/block/welcome.html
Replace the content with this:
Code: Select all
<!--version $Id: welcome.html 521 2009-08-26 20:59:19Z christian_n $ //-->
{$C_BLOCK_H_L}<dt>{L_WELCOME}</dt>{$C_BLOCK_H_R}
<ul class="topiclist bg1">
<li><dl>
<dd style="border-left: 0px none;">
<p style="margin: 0 5px 0 5px;">
<div class="content">{PORTAL_WELCOME_INTRO}</div>
</p>
</dd>
</dl></li>
</ul>
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
-
Topic author - Active Member
- Posts: 8
- Joined: 30. April 2010 18:50
Re: background colour welcome message block
Tnx Marc, I will try this and let you know!