MyBB Community Forums

Full Version: User posting, kuje VB help!@
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

For my forum I am trying to frigue out how to make the number of post's, reputation, location, user group and user name look like this:

http://www.desktopforums.com/showpost.ph...ostcount=1

Notice the boxes and the padding. Can anyone help me?
Just insert the following code into the box for additional CSS of your theme:
.postbitbox {
padding: 2px;
margin: 2px 0px;
background: #cccccc;
border: 1px solid #000000;
}
After that open the templates postbit_author_guest and  postbit_author_member and insert the following tags around the code where you want the boxes to be shown:
<div class="postbitbox">Content of the box</div>
You should really not post requesting help with your vb powered board here.
thanks. all works.

And if you actually looked, its mybb. I am trying to emulate a style i saw on a vb board.
Immersion Wrote:You should really not post requesting help with your vb powered board here.

It's not his board. He just wants it to look like the board he linked Wink
oh i see sorry must have misread i got the impression that was yours.