Page 1 of 1

Set of theme configuration help request

Posted: Tue 15. Jun 2010, 14:02
by wasawako
Here is the changes I need for my website, anyone can help me:

1. I would like to make button for sending PM and Email for users in viewing profile page. Normally, it is a text link but it would be best, if it is a link button.

2. Anyone have any idea to change gray frame color? I would like to make it darker gray.

3. Is there any way to make bigger space for the background image? Normally your style has black white stripe, but my logo is big and it's not fit for thin header.If I change the background image, can I change the header size too?

4. When I have new messages, I would like the (x new messages) to be outstanding by making the text colored red. Please help me change the color.

You can reply down here nor email me any of these answer for this question.

Thanks,
wasawako

Re: Set of theme configuration help request

Posted: Tue 15. Jun 2010, 22:54
by Marc
1:
If you want buttons, change it. You can find the links in styles/proFormell/template/memberlist_view.html
I personally think it would look out of place, but that's your decision.


2:
You can change the background color in colours.css:

Code: Select all

html, body {
	color: #000000;
	background-color: #aba7a0;
}
3:
The headerbar is also defined in colours.css:

Code: Select all

.headerbar {
	background: #FFFFFF url("{T_THEME_PATH}/images/header_bg.gif") no-repeat 50% 0;
	max-width: 1400px;
	height: 150px;
	color: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 4px;
	min-width: 590px;
}
Just change the height. You also have to adjust the height in styles/proFormell/template/overall_header.html:

Code: Select all

			<div style="height: 140px ;">
Change it to your chose height minus 10px.

4:
There is a MOD for that on phpBB.com. You can't do that with a style.

Re: Set of theme configuration help request

Posted: Sat 19. Jun 2010, 05:44
by wasawako
Thanks, for the method. But I don't know how to change buttons. I find only text. Can you post a step-by-step method please? One more thing, can you give me the "mod for phpbb" that you mention?

I sorry, I'm new for phpbb. :( ,
wasawako