MyBB Requests

[Request] Code for Borders (PostBit)

Submitted by Weytaan, , Thread ID: 19835

Thread Closed

RE: [Request] Code for Borders (PostBit)

This post was last modified: 26-03-2016, 11:29 PM by AAA
#2
ADD this CSS to global.css

Code:
.border {
   font-size: 12px;
    border: 1px solid #333;
    margin: 0 0 5px 0;
    padding: 4px 10px;
}



Then navigate to your theme templates > postbit templates > postbit_ author > user templates

Code:
<div class="border">{$lang->postbit_posts} {$post['postnum']}</div>
<div class="border">{$lang->postbit_joined} {$post['userregdate']}</div>
<div class="border">{$post['replink']}</div>
<div class="border">{$post['warninglevel']}</div>


And you'll get something like this !

[Image: QzJNPR6.png]
[Image: XhhKTdF.png]

Users browsing this thread: 1 Guest(s)