wersja skryptu MyBB: 1.6.3
adres forum:m2y.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam po zmianie stylu, pojawił mi się taki błąd że przy jednym z nicków jest zapis post_offline a przy innym nie ma, co skutkuje rozjechaniem poszczególnych postów. W ogóle to chciałbym ten zapis zlikwidować. W załączeniu screen :
Podaj zawartość szablonu postbit_author_user.
Kod:
<div class="post_author_info smalltext">
<ul>
<li><span class="author_title darktext">{$lang->postbit_posts}</span><span class="author_content lighttext">{$post['postnum']}</span></li>
<li><span class="author_title darktext">{$lang->postbit_joined}</span><span class="author_content lighttext">{$post['userregdate']}</span></li>
{$post['replink']}
{$post['warninglevel']}
</ul>
</div>
Chochlik będzie w szablonie postbit_classic
(16.08.2011, 16:08)Adrian napisał(a): [ -> ]Chochlik będzie w szablonie postbit_classic
Proszę.
Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tbody>
<tr class="tcat">
<td>
<div class="float_left smalltext">
{$post['postdate']}, {$post['posttime']}
</div>
</td>
<td>{$post['posturl']}</td>
</tr>
<tr>
<td class="{$post['onlinestatus']} {$unapproved_shade}" width="180px" valign="top" style="white-space: nowrap; text-align: center;" ><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<span class="post_author">{$post['profilelink']}</span><br />
{$post['groupimage']}
{$post['useravatar']}
{$post['user_details']}
</td>
<td class="trow1 post_content {$unapproved_shade}" valign="top">
<div class="float_right post_rep">{$post['plus_form']}{$post['minus_form']}</div>
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong> </span> <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
<div class="post_body adhref_content bbtext" id="pid_{$post['pid']}">
{$post['message']} </div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
<br />
{$post['iplogged']}
</div>
</td>
</tr>
<tr class="trow2"><td align="center"><a href="#" onclick="Effect.ScrollTo('header', { duration:'0.8', offset:-1 });return false"><img src="{$theme['imglangdir']}/postbit_top.gif" alt="top" /></a>{$post['button_report']} </td>
<td class="post_buttons">
<div class="author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
</div>
<div class="post_management_buttons float_right">
{$post['button_edit']}
{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</td>
</tr>
</tbody>
</table>
Albo jestem słaby, albo postbit jest czysty ; ). Weź podeślij szablon postbit_avatar, wydaje mi się że tam jest błąd.
Kod:
<link type="text/css" rel="stylesheet" href="images/avatar/avatar.css" />{$post['onlinestatus']}
Kod:
{$post['onlinestatus']}
Wywalić. Nie wiem co to tam robi.

W ogóle zauważyłem, że nie wyświetlają Ci się avatary w postach. Być może to mój problem, bo mam obecnie bardzo słaby internet. W razie czego łap oryginalny szablon postbit_avatar
Kod:
<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" {$avatar_width_height} /></a>
Adrian Dzięki + poleciał
(16.08.2011, 21:16)Yuunaichi napisał(a): [ -> ]W ogóle zauważyłem, że nie wyświetlają Ci się avatary w postach. Być może to mój problem, bo mam obecnie bardzo słaby internet. W razie czego łap oryginalny szablon postbit_avatar
Kod:
<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" {$avatar_width_height} /></a>
Po dodaniu tego orginalnego to mam tak a starego sobie nie skopiowałem i mam problem. proszę o pilna odpowiedź bo forum wygląda ehh
Screen
![[Obrazek: przechwytywaniemj.jpg]](http://img855.imageshack.us/img855/7116/przechwytywaniemj.jpg)
Na początku postbit_avatar dodaj <br />.
(16.08.2011, 21:36)Flak19 napisał(a): [ -> ]Na początku postbit_avatar dodaj <br />.
Dzięki + poleciał