Come And Feel the Difference
Boxes di MyBB postbit - Printable Version

+- Come And Feel the Difference (https://www.gookil.com/x2)
+-- Forum: Cyberspace (https://www.gookil.com/x2/forum-18.html)
+--- Forum: MyBB (https://www.gookil.com/x2/forum-151.html)
+--- Thread: Boxes di MyBB postbit (/thread-536.html)



Boxes di MyBB postbit - Terzier - 09-15-2013

dengan trik ini, kita akan memberikan css box di profil user kita.

tambahkan css berikut di global.css
Code:
.pbit {
        background: #fff;
        border-radius: 3px;
        border: 1px double #dadada;
        font-size: 11px;
        font-weight: normal;
        margin-bottom: 3px;
        padding: 6px 5px 5px;
        text-align: left;
}

langkah ke 2, rubah template :
> Open Postbit Templates > Postbit_ Author _ User dengan script berikut.

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

save as, dan lihat hasilnya Rolleyes

SS akan di sertakan jika ada waktu Whistling_big

sumber:
MySkins.org