Dodanie informacji przy poście w ramki.

Założony przez  MisterX.

wersja skryptu MyBB:1.6.2
adres forum:konsolka.eu
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Witam wszystkich serdecznie. Mam pytanie. Mianowicie chciałbym dodać wszystkie informacje o userze widoczne przy poście:
   

w ramki, ale tak, by każda informacja była oddzielnie w swojej ramce jak tutaj (akurat screen z vB):
   
Efekt:
[Obrazek: 9915162789.png]

Usuń <br /> z szablonów postbit_reputation & postbit_warninglevel znajdujące się na początku kodu.

Zamień cały kod szablonu postbit_author_user na:
<div class="postbit_author_user_padding"><div class="postbit_author_user_details">{$lang->postbit_posts} {$post['postnum']}<br /></div></div>
    <
div class="postbit_author_user_padding"><div class="postbit_author_user_details">{$lang->postbit_joined} {$post['userregdate']}</div></div>
    <
div class="postbit_author_user_padding"><div class="postbit_author_user_details">{$post['replink']}</div></div><div class="postbit_author_user_details"><div class="postbit_author_user_posts">{$post['warninglevel']}</div></div

Dodaj obojętnie w jakim miejscu (najlepiej na końcu) następujący kod CSS do global.css aktualnie używanego stylu:
.postbit_author_user_details {
    
background#ccc;
    
border1px solid #000;
}

.
postbit_author_user_padding {
    
padding-bottom2px;


Podstawy CSS



Użytkownicy przeglądający ten wątek:

1 gości