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 Seperator

3 posters

Go down

Solved Avatar Seperator

Post by Barleii July 4th 2011, 10:18 am

I need help with adding a line of something to sepreate the post profile from the actual post. I've searched everywhere and cannot find out how to do it. See picture. Thanks for help.


Avatar Seperator Helppi11
Barleii
Barleii
Forumember

Female Posts : 43
Reputation : 0
Language : English

http://scacademy.forumotion.com/

Back to top Go down

Solved Re: Avatar Seperator

Post by Nera. July 4th 2011, 12:01 pm

Hi,

Wich version are you on?
For phpBB2 it's in AP >> Display >> Colors >> Row line color :
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Avatar Seperator

Post by Barleii July 4th 2011, 12:24 pm

Unfortunately that didnt work. Im using PHPbb2.
It's like theres no line there at all. When i went to row line color i changed it to white and the whole post background turned white. & Still no line :l
Barleii
Barleii
Forumember

Female Posts : 43
Reputation : 0
Language : English

http://scacademy.forumotion.com/

Back to top Go down

Solved Re: Avatar Seperator

Post by Nera. July 4th 2011, 1:29 pm

Hi,

There is no reason for it not to work. You must have changed Table Row Color 1 :

It's under Table header, the row line color. Try again. If you don't sucide can you provide a forum link?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Avatar Seperator

Post by Irian July 4th 2011, 1:42 pm

try to add this to your CSS
Code:
.postprofile {
border-color: white;
border-left-style: solid;
border-left-width: 1px;
display: inline;
position: relative;
}

bye
Irian
Irian
Forumember

Male Posts : 661
Reputation : 18
Language : English, Français, Spagnol, Latin, ecc.
Location : New york

http://www.puregroups.co.cc

Back to top Go down

Solved Re: Avatar Seperator

Post by Barleii July 4th 2011, 1:52 pm

@Nera It works in a way but look at the picture. It will explain what happens.
Avatar Seperator Helppi13

As you can see the line does show up on the upper post, but on the post below it, the whole background color changes. This happened with every other post. Is there a way to make them all like the upper post.


@ Irian. Thanks but that didn't work Sad
Barleii
Barleii
Forumember

Female Posts : 43
Reputation : 0
Language : English

http://scacademy.forumotion.com/

Back to top Go down

Solved Re: Avatar Seperator

Post by Nera. July 4th 2011, 1:56 pm

It's because the post below is the same color as the line. You need to make the line a bit darker Wink
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Avatar Seperator

Post by Barleii July 4th 2011, 2:08 pm

Whatever color i change the line to, the post changes to the same color. Sad
Barleii
Barleii
Forumember

Female Posts : 43
Reputation : 0
Language : English

http://scacademy.forumotion.com/

Back to top Go down

Solved Re: Avatar Seperator

Post by Nera. July 4th 2011, 2:13 pm

Can you grab a screen shot for me of the table where you're changing it?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Avatar Seperator

Post by Irian July 4th 2011, 2:13 pm

Code:
.postprofile {
border-color: white;
border-left-style: solid;
border-left-width: 1px;
color: #666;
display: inline;
float: right;
margin: 5px 0 0;
min-height: 80px;
position: relative;
width: 22%;
}
.postbody {
clear: both;
color: #666;
float: left;
line-height: 1.48em;
padding: 0;
width: 76%;
}

try... Smile
Irian
Irian
Forumember

Male Posts : 661
Reputation : 18
Language : English, Français, Spagnol, Latin, ecc.
Location : New york

http://www.puregroups.co.cc

Back to top Go down

Solved Re: Avatar Seperator

Post by Barleii July 4th 2011, 2:20 pm

@ Irian Still no luck :l
Avatar Seperator Sy_bac12
Thats the one im changing.
Barleii
Barleii
Forumember

Female Posts : 43
Reputation : 0
Language : English

http://scacademy.forumotion.com/

Back to top Go down

Solved Re: Avatar Seperator

Post by Irian July 4th 2011, 2:24 pm

which forum version do you use? Smile
Irian
Irian
Forumember

Male Posts : 661
Reputation : 18
Language : English, Français, Spagnol, Latin, ecc.
Location : New york

http://www.puregroups.co.cc

Back to top Go down

Solved Re: Avatar Seperator

Post by Barleii July 4th 2011, 2:25 pm

phpbb2
Barleii
Barleii
Forumember

Female Posts : 43
Reputation : 0
Language : English

http://scacademy.forumotion.com/

Back to top Go down

Solved Re: Avatar Seperator

Post by Irian July 4th 2011, 2:31 pm

yeah....
I think it goes just for PunBB Sad
Irian
Irian
Forumember

Male Posts : 661
Reputation : 18
Language : English, Français, Spagnol, Latin, ecc.
Location : New york

http://www.puregroups.co.cc

Back to top Go down

Solved Re: Avatar Seperator

Post by Nera. July 4th 2011, 2:39 pm

Try add this to your CSS

Code:
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
    border: 1px solid black;
}

Delete the settings/colors from your AP for borders and see does it fit. You can change the color.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Avatar Seperator

Post by Barleii July 5th 2011, 12:45 am

:wouhou: Thank You sooo much Nera. That worked!! Smile
Barleii
Barleii
Forumember

Female Posts : 43
Reputation : 0
Language : English

http://scacademy.forumotion.com/

Back to top Go down

Solved Re: Avatar Seperator

Post by Nera. July 5th 2011, 12:52 am

You welcome.

Solved ~ Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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