The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Avatar - Question

3 posters

Go down

Avatar - Question Empty Avatar - Question

Post by Dark_Jak_999 July 20th 2010, 4:44 am

I'd like to do something like this:
Avatar - Question Duvidaw
how do I customize this area around the avatar?
avatar
Dark_Jak_999
New Member

Posts : 16
Reputation : 0
Language : Portuguese

Back to top Go down

Avatar - Question Empty Re: Avatar - Question

Post by LH Justin July 20th 2010, 5:44 am

What version do you have?
LH Justin
LH Justin
Hyperactive

Male Posts : 3686
Reputation : 121
Language : English
Location : United States

Back to top Go down

Avatar - Question Empty Re: Avatar - Question

Post by ankillien July 20th 2010, 6:42 am

Hello,

You can make something similar using this code.
Add it to Admin CP > Display > Colors > CSS

For phpBB3...

Code:
.postprofile {
padding : 5px;
background : #EEE;
border : 2px solid #444;
-moz-border-radius : 10px 0 10px 0;
}

For punBB...

Code:
.user {
padding : 5px;
background : #EEE;
border : 2px solid #444;
-moz-border-radius : 10px 0 10px 0;
}

You can change the border and background color codes.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Avatar - Question Empty Re: Avatar - Question

Post by Dark_Jak_999 July 20th 2010, 3:05 pm

I've forgot to mention the version of my forum ^^'
My forum is phpbb2.
avatar
Dark_Jak_999
New Member

Posts : 16
Reputation : 0
Language : Portuguese

Back to top Go down

Avatar - Question Empty Re: Avatar - Question

Post by ankillien July 20th 2010, 3:40 pm

For phpBB2 it is going to be tricky.
You need to get an image to put in the background and use this code to set it...

Code:
.name {
padding-top : 20px;
display:block;
background : url(TOP BACKGROUND IMAGE URL) no-repeat top;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Avatar - Question Empty Re: Avatar - Question

Post by Dark_Jak_999 July 20th 2010, 4:16 pm

It works, but I still have a problem :S
Avatar - Question Duvidaz
The image isn't suposte appear in this area. how can I remove it?
there are any other code I could use to solve this?

thanks for your help
avatar
Dark_Jak_999
New Member

Posts : 16
Reputation : 0
Language : Portuguese

Back to top Go down

Avatar - Question Empty Re: Avatar - Question

Post by ankillien July 20th 2010, 4:42 pm

phpBB2 stylesheet is not very flexible. I don't think there is another way to achieve this unless you add new containers in templates.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum