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.

Post and Avatar Divider

3 posters

Go down

Post and Avatar Divider  Empty Post and Avatar Divider

Post by CatherinaAndrea October 8th 2010, 4:29 pm

Heya,

I was wondering if it is possible to make a line in between the "post background" area and the "avatar background" area.

It would be even more wonderful if i could put a different background image on the "avatar area" while the "post area" stays the way it is.

If any one understands what i'm on about lol, please help.

Post and Avatar Divider  AvatarandPostSeperation

Thank You
CatherinaAndrea
CatherinaAndrea
Forumember

Female Posts : 230
Reputation : 19
Language : English, Russian, Dutch

http://www.nailphanatic.com/

Back to top Go down

Post and Avatar Divider  Empty Re: Post and Avatar Divider

Post by drachemeister October 8th 2010, 5:29 pm

You need to do this via the templates. ACP --> Display --> Templates --> General --> Viewtopic_body. I'm not entirely sure if this is possible in PHPBB3...

I'm not sure how your code is set up, so you might have to do a little experimentation. Somewhere in there is a border="0" code line. You need to find the right one and change it to border="1" or whatever thickness you want it to be. It might take a little time to find the right one, though. Examples of where I changed it are below. I'm not sure where it will be located on yours, but in mine is located in the code below.

Code:
<table class="forumline" width="100%" border="1" cellspacing="1" cellpadding="0">
    <tr align="right">
        <td class="catHead" colspan="3" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>

As for the separate image... I have no clue. Sorry.


After checking, this is NOT possible on PHPBB3. Sorry.
drachemeister
drachemeister
Forumember

Female Posts : 99
Reputation : 0
Language : english

http://delta-america.forum-motion.com/forum.htm

Back to top Go down

Post and Avatar Divider  Empty Re: Post and Avatar Divider

Post by CatherinaAndrea October 8th 2010, 7:30 pm

Aw ok, thank you so much anyways for your time Smile
CatherinaAndrea
CatherinaAndrea
Forumember

Female Posts : 230
Reputation : 19
Language : English, Russian, Dutch

http://www.nailphanatic.com/

Back to top Go down

Post and Avatar Divider  Empty Re: Post and Avatar Divider

Post by drachemeister October 8th 2010, 7:40 pm

You could switch over to PHPBB2 if you want. You should be able to keep your current skin. Then, you could add the border like you want. PHPBB2 templates can be a tad bit confusing, but, with PHPBB2, you have pretty much full control over every aspect of your Forum.
drachemeister
drachemeister
Forumember

Female Posts : 99
Reputation : 0
Language : english

http://delta-america.forum-motion.com/forum.htm

Back to top Go down

Post and Avatar Divider  Empty Re: Post and Avatar Divider

Post by RoNo October 8th 2010, 9:13 pm

You already have a border... the color is the same as
the background (on your Css sheet) so it blends/hides.

To edit your post profile border left color... Go to:
Admin Panel»Display»Pictures and Colors»Colors»CSS Stylesheet
Code:
.postprofile {
    color: #b6144f;
    margin: 5px 0 0px 0;
    min-height: 80px;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ffe2f5;
    width: 22%;
    float: right;
    display: inline;
    position: relative;
    }
Try using your text color: #b6144f (click submit after editing)
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Post and Avatar Divider  Empty Re: Post and Avatar Divider

Post by CatherinaAndrea October 8th 2010, 10:26 pm

Thank You guys for helping out.

Thanks RoNo that worked.
One question tho, is it possible to make the line or background image to stretch longer down as far as the post goes?

Post and Avatar Divider  AvatarandPostSeperation2
CatherinaAndrea
CatherinaAndrea
Forumember

Female Posts : 230
Reputation : 19
Language : English, Russian, Dutch

http://www.nailphanatic.com/

Back to top Go down

Back to top

- Similar topics

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