wersja skryptu MyBB: 1.6.13
adres forum: MultiShoot.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Przy poscie nie wyświetla mi się obrazek ONLINE oraz OFFLINE
postbit_classic
adres forum: MultiShoot.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Przy poscie nie wyświetla mi się obrazek ONLINE oraz OFFLINE
postbit_classic
{$ignore_bit}<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="{$altbg}" width="180px" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['useravatar']}<br />
{$post['userstars']}</br>
<div class="useroptions">
{$post['button_pm']}{$post['button_find']}<font color="#ab0000">{$post['button_rep']}</font>
</div>
{$post['user_details']}
</span>
</td>
<td class="{$altbg}" valign="top">
<table width="100%">
<tr><td><span class="smalltext">{$post['posturl']}</span><span class="largetext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<br /><span class="smalltext">{$post['postdate']} {$post['posttime']}</span>
<div style="margin-top: 3px; border-top: 1px solid #161616;"></div><div style="border-bottom: 1px solid #363636;"></div>
<br />
<div id="pid_{$post['pid']}" class="post_body">
{$post['message']}
</div>
<br style="clear: both;" />
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
{$post['iplogged']}
</div>
<br style="clear: both;" />
<div align="right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
<div style="margin-top: 3px; border-top: 1px solid #161616;"></div><div style="border-bottom: 1px solid #363636;"></div>
<br />
{$post['attachments']}
{$post['signature']}
</td></tr>
</table>
</td>
</tr>
</table>