Webboard

Pełna wersja: Zmiana połozenia rangi w opisie posta
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB:1.8.4
adres forum:www.myfifa.pl
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki):

rangi są z "boku",
co należy zrobić aby były tak jak na załączonym rysunku a najlepiej żeby była ranga pod nickiem


[Obrazek: afderq.png]
Odpowiednie rozmieszczenie i dodanie np. <br /> pomiędzy poszczególnymi elementami.

Szablon postbit/postbit_classic i/lub postbit_author
jest tak jak mówisz od samego początku, tylko tak jakby szablon nie chciał się globalnie zaktualizować
Nie chciał czyli już się zaktualizował i po problemie?
Jeśli nie to wstaw tutaj te szablony.
te szablony czyli ktore?
(29.12.2015, 22:38)ficus napisał(a): [ -> ]Szablon postbit/postbit_classic i/lub postbit_author
postbit_author_user:

Kod:
{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_threads} {$post['threadnum']}<br />
{$lang->postbit_joined} {$post['userregdate']}
{$post['warninglevel']}{$post['profilefield']}

postbit_classic:

Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_in">
<div class="post_body">
<div class="post_left">
<div class="post_author">
{$post['useravatar']}
<br />
<strong><span class="largetext">{$post['profilelink']}</span></strong>
<br />
Status: <font style="position: relative; top: 3px;">{$post['onlinestatus']}</font>
<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
<br />
<a href="{$warning_link}"><img src="{$theme['imgdir']}/warninglevels/<?=round($post['warningpoints']/$mybb->settings['maxwarningpoints']*100)?>.png"</a>
{$post['replink']}
{$post['groupimage']}
<br />
{$post['user_details']}
<br />
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
</div>
</div>
</span>
</div>
</div>
<div class="post_right">
<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']}
{$post['attachments']}
{$post['signature']}
</div>
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_rep']}
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_in">
<div class="post_body">
<div class="post_left">
<div class="post_author">
{$post['useravatar']}
<br />
<strong><span class="largetext">{$post['profilelink']}</span></strong>
<br />
Status: <font style="position: relative; top: 3px;">{$post['onlinestatus']}</font>
<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['groupimage']}<br />
{$post['userstars']}
<br />
<a href="{$warning_link}"><img src="{$theme['imgdir']}/warninglevels/<?=round($post['warningpoints']/$mybb->settings['maxwarningpoints']*100)?>.png"</a>
<br />
{$post['replink']}
<br />
{$post['user_details']}
<br />
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
</div>
</div>
</span>
</div>
</div>
<div class="post_right">
<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']}
{$post['attachments']}
{$post['signature']}
</div>
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_rep']}
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
to co podałeś powyżej to jest: postbit_author_user ?
posbit_classic. Myślę, że nie jest byt ciężko się tego domyślić jeśli porównasz to z kodem który wstawiłeś :)
Działa, wszystko ok, dz