1

Topic: Post style like in phpbb

Hello. I'm newbie. First of all sorry for my bad english.

Please help me where to change code to have messages in topics like in Phpbb: message on the left and info about user who posted on the right side.

thank you

2

Re: Post style like in phpbb

Hello!!! Does anybody know????  roll  roll  roll

Re: Post style like in phpbb

hmm In  Style/Oxygen.css you need to rewrite substantial parts of

/*************************************************************
G - MAIN CONTENT - TOPICS AND PARSED CONTENT
**************************************************************/

/* Structure
-------------------------------------------------------------*/

for example blocks of code such as this one...

.brd .postbody .post-author {
    float: left;
    width: 15.5em;
    margin-left: -19em;
    left: -1px;
    position: relative;
    display: inline;
    padding: 0 1em 0.5em 1.5em;
    overflow: hidden;
    margin-top: -1em;
    }

No small task  cool