Set of theme configuration help request

English Style Support
Post Reply
wasawako
Newbie
Newbie
Posts: 2
Joined: Mon 14. Jun 2010, 15:07

Set of theme configuration help request

Post 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
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

Re: Set of theme configuration help request

Post 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.
Image
wasawako
Newbie
Newbie
Posts: 2
Joined: Mon 14. Jun 2010, 15:07

Re: Set of theme configuration help request

Post 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
Post Reply