Zmiana wyglądu informacji o użytkowniku w postach

Założony przez  damianwit24.

wersja skryptu MyBB:1.8
adres forum:bajlando.eu
na czym polega problem (screen, opis, komunikaty):

Chce zmienić wygląd, ponieważ teraz mam profilu tylko posty i jakieś %.
Chce żeby moj profil wyglądał tak:
[Nick]
[Ranga IMG]
[avatar]
Liczba postów:
Poziom reputacji:
Dołączył:
Skąd:

Mój posbit_classic

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
    {$post['useravatar']}
    <div class="author_information">
            <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
            <span class="smalltext">
                {$post['usertitle']}<br />

            </span>
    </div>
    <div class="author_statistics">
        {$post['user_details']}{$post['reputationlevel']}
    </div>
</div>
<div class="post_content">
    <div class="post_head">
        {$post['posturl']}
        {$post['icon']}
        <span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
    {$post['subject_extra']}
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
    </div>
  <br />
        <center>    {$post['attachments']} {$post['signature']}</center>
    
    <div class="post_meta" id="post_meta_{$post['pid']}">
    </div>
</div>
<div class="post_controls">
    <div class="float_left">
        {$post['button_email']} &nbsp; {$post['button_pm']} &nbsp; {$post['button_www']} &nbsp; {$post['button_find']} &nbsp; {$post['button_rep']} &nbsp; {$post['iplogged']}
    </div>
    <div class="float_right">
        {$post['button_edit']} &nbsp; {$post['button_quickdelete']} &nbsp; {$post['button_quickrestore']} &nbsp; {$post['button_quote']} &nbsp; {$post['button_multiquote']} &nbsp; {$post['button_report']} &nbsp; {$post['button_warn']} &nbsp; {$post['button_purgespammer']} &nbsp; {$post['button_reply_pm']} &nbsp; {$post['button_replyall_pm']} &nbsp; {$post['button_forward_pm']} &nbsp; {$post['button_delete_pm']}
    </div>
</div>
</div>
Matslom napisał 10.10.2014, 18:00:
Przenoszę do odpowiedniego działu oraz poprawiam tytuł [Obrazek: modnotice_howto.png]
trzeba jeszcze pozmieniac w postbit)author_user

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
    <div class="author_information">
            <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
            <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['groupimage']}<br />{$post['useravatar']}

            </span>
    </div>
    <div class="author_statistics">
        {$post['user_details']}{$post['reputationlevel']}
    </div>
</div>
<div class="post_content">
    <div class="post_head">
        {$post['posturl']}
        {$post['icon']}
        <span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
    {$post['subject_extra']}
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
    </div>
  <br />
        <center>    {$post['attachments']} {$post['signature']}</center>
    
    <div class="post_meta" id="post_meta_{$post['pid']}">
    </div>
</div>
<div class="post_controls">
    <div class="float_left">
        {$post['button_email']} &nbsp; {$post['button_pm']} &nbsp; {$post['button_www']} &nbsp; {$post['button_find']} &nbsp; {$post['button_rep']} &nbsp; {$post['iplogged']}
    </div>
    <div class="float_right">
        {$post['button_edit']} &nbsp; {$post['button_quickdelete']} &nbsp; {$post['button_quickrestore']} &nbsp; {$post['button_quote']} &nbsp; {$post['button_multiquote']} &nbsp; {$post['button_report']} &nbsp; {$post['button_warn']} &nbsp; {$post['button_purgespammer']} &nbsp; {$post['button_reply_pm']} &nbsp; {$post['button_replyall_pm']} &nbsp; {$post['button_forward_pm']} &nbsp; {$post['button_delete_pm']}
    </div>
</div>
</div>



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

1 gości