Zmiana połozenia rangi w opisie posta

Założony przez  adekinho.

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]
Ardex napisał 30.12.2015, 15:14:
Poprawiam tytuł wątku
Odpowiednie rozmieszczenie i dodanie np. <br /> pomiędzy poszczególnymi elementami.

Szablon postbit/postbit_classic i/lub postbit_author
"Try not. Do... or do not. There is no try."
Poświęć 5 minut. Nie bądź ignorantem!  -  Jak zbadać element?
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.
"Try not. Do... or do not. There is no try."
Poświęć 5 minut. Nie bądź ignorantem!  -  Jak zbadać element?
te szablony czyli ktore?
(29.12.2015, 22:38)ficus napisał(a): Szablon postbit/postbit_classic i/lub postbit_author
"Try not. Do... or do not. There is no try."
Poświęć 5 minut. Nie bądź ignorantem!  -  Jak zbadać element?
postbit_author_user:

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

postbit_classic:

{$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>
Ardex napisał 03.01.2016, 16:36:
Kody umieszczamy w tagach code lub php
{$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>
"Try not. Do... or do not. There is no try."
Poświęć 5 minut. Nie bądź ignorantem!  -  Jak zbadać element?
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ś :)
"Try not. Do... or do not. There is no try."
Poświęć 5 minut. Nie bądź ignorantem!  -  Jak zbadać element?
Działa, wszystko ok, dz



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

1 gości