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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 additions → 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
Hello!!! Does anybody know????
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
PunBB Forums → PunBB 1.3 additions → Post style like in phpbb
Powered by PunBB, supported by Informer Technologies, Inc.