Poprawa profila w poście

Błąd   Założony przez  mateusztb.

wersja skryptu MyBB: 1.8.3
adres forum: www.OnlyFrags.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Styl to square - ten najnowszy, ale niestety nie mam takiego wyglądu profilu w poście, który jest prezentowany na tym zdjęciu - http://community.mybb.com/uploads/mods/p...525bf6.png.

Jest tak - http://static.dyp.im/leJjLBrc5o/20d41594...6bd646.png

postbit
{$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_author">
    {$post['useravatar']}
    <div class="author_information">
            <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
            <span class="smalltext">
                {$post['usertitle']}<br /><br />
                {$post['userstars']}
                {$post['groupimage']}
            </span>
    </div>
    <div class="author_statistics">
        {$post['user_details']}
    </div>
</div>
<div class="post_content">
    <div class="post_head" title="{$post['subject_title']}">
        {$post['posturl']}
        {$post['icon']}
        <span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
    </div>
    {$post['attachments']}
    {$post['signature']}
    <div class="post_meta" id="post_meta_{$post['pid']}">
        {$post['iplogged']}
    </div>
</div>
<div class="post_controls" style="padding: 10px 7px;">
    <div class="postbit_buttons author_buttons float_left">
        {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}&nbsp;
    </div>
    <div class="postbit_buttons post_management_buttons float_right">
        {$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>
Zmień widok postu na klasyczny, odsyłam do wyszukiwarki.
.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Usuń wszystko z postbit i wklej to:

{$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">
      <span style="position: absolute;margin-top: 7px;">{$post['onlinestatus']}</span>
      <div class="largetext centered">{$post['profilelink']}</div>
      <div class="smalltext centered">{$post['usertitle']}</div>
      <br />
    <div class="author_information">
            {$post['useravatar']}<br />
            <span class="smalltext">
                {$post['userstars']}<br />
                {$post['groupimage']}
            </span>
    </div>
    <div class="author_statistics" style="margin: 0 auto; width: 120px;">
        {$post['user_details']}
    </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>
    {$post['attachments']}
    {$post['signature']}
    <div class="post_meta" id="post_meta_{$post['pid']}">
        {$post['iplogged']}
    </div>
</div>
<div class="post_controls" style="padding: 11px 7px;">
    <div class="postbit_buttons author_buttons float_left">
        {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}&nbsp;
    </div>
    <div class="postbit_buttons post_management_buttons float_right">
        {$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>
Pomogłem daj +. Z Fartem :D
(04.12.2014, 20:08)swdr napisał(a): Usuń wszystko z postbit i wklej to:

{$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">
      <span style="position: absolute;margin-left: -17px;margin-top: -2px;">{$post['onlinestatus']}</span>
      <div class="largetext centered">{$post['profilelink']}</div>
      <div class="smalltext centered">{$post['usertitle']}</div>
      <br />
    <div class="author_information">
            {$post['useravatar']}<br />
            <span class="smalltext">
                {$post['userstars']}<br />
                {$post['groupimage']}
            </span>
    </div>
    <div class="author_statistics" style="margin: 0 auto; width: 120px;">
        {$post['user_details']}
    </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>
    {$post['attachments']}
    {$post['signature']}
    <div class="post_meta" id="post_meta_{$post['pid']}">
        {$post['iplogged']}
    </div>
</div>
<div class="post_controls" style="padding: 11px 7px;">
    <div class="postbit_buttons author_buttons float_left">
        {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}&nbsp;
    </div>
    <div class="postbit_buttons post_management_buttons float_right">
        {$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>


Działa, ale coś wywaliło na lewą strone taki obrazek "online" i "offline".
http://static.dyp.im/ndwpMew6s4/1960db27...4d4f03.png
{$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">
      <span style="position: absolute;">{$post['onlinestatus']}</span>
      <div class="largetext centered">{$post['profilelink']}</div>
      <div class="smalltext centered">{$post['usertitle']}</div>
      <br />
    <div class="author_information">
            {$post['useravatar']}<br />
            <span class="smalltext">
                {$post['userstars']}<br />
                {$post['groupimage']}
            </span>
    </div>
    <div class="author_statistics" style="margin: 0 auto; width: 120px;">
        {$post['user_details']}
    </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>
    {$post['attachments']}
    {$post['signature']}
    <div class="post_meta" id="post_meta_{$post['pid']}">
        {$post['iplogged']}
    </div>
</div>
<div class="post_controls" style="padding: 11px 7px;">
    <div class="postbit_buttons author_buttons float_left">
        {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}&nbsp;
    </div>
    <div class="postbit_buttons post_management_buttons float_right">
        {$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>

poprawione :D

P.S
A zrobiło ci się tak bo ja mam to przerobione i u mnie wyglada to tak [Obrazek: 63676026852945619400.png]

chcesz to moge dać ci ten styl demo masz tutaj: DEMO
Pomogłem daj +. Z Fartem :D



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

1 gości