Mojemu koledze tez nie działa wiec to nie może być wina z mojej strony, mozliwe ze tobie dziala bo używasz linuxa ;/
//Edit
Postbit z Default Templates
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tbody>
<tr>
<td class="tcat">
<div class="float_left smalltext">
{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</div>
{$post['posturl']}
</td>
</tr>
<tr>
<td class="trow1 {$unapproved_shade}">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tr>
<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
{$post['useravatar']}
</td>
<td class="post_author">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</td>
<td class="smalltext post_author_info" width="165">
{$post['user_details']}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="trow2 post_content {$unapproved_shade}">
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<div class="post_body" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</td>
</tr>
<tr>
<td class="trow1 post_buttons {$unapproved_shade}">
<div class="author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</td>
</tr>
</tbody>
</table>
Postbit z mojego szablonu
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" class="showthread_postmain" style="{$post_extra_style} {$post_visibility}margin-top:0px;" id="post_{$post['pid']}">
<tr>
<td class="tcatleft"><center><span class="showthread_authorname">{$post['profilelink']}</span></center>
</td><td class="tcatright">
<div class="left">Napisano {$post['postdate']}, {$post['posttime']}
</div>{$post['posturl']}</td></tr>
<tr><td class="showthread_postauthorinfo">
<div>
<div>
<span class="smalltext">{$post['usertitle']}</span><br />
<div id="userprofile-maininfo">
<span class="showthread_useravatar">{$post['useravatar']}</span>
</div></div>
<div>
<span class="smalltext">
<div style="font-size:13px;">
{$post['groupimage']}
</div>
{$post['onlinestatus']}
<div class="post_field">
<span class="posty_lewo">
<img src="images/post.png" style="vertical-align: middle;">
Posty:</span>
<div style="margin-top: 2px;">{$post['postnum']} Postów</div>
</div>
<div class="post_field">
<span class="posty_lewo">
<img src="images/dom.png" style="vertical-align: middle;">
Skąd:</span>
{$post['fid1']}
</div>
<div class="post_field">
<span class="posty_lewo">
<img src="images/kiedy.png" style="vertical-align: middle;">
Dołaczył:</span>
{$post['userregdate']}
</div>
<div class="post_field"><center>Online:
<?
$opcje = array(
'short' => TRUE);
echo '' . nice_time($post['timeonline'],$opcje) . '<br />';
?>
</center>
</div>
<if $mybb->user['usergroup'] == 4 then><div class="post_field"><center>
Poziom ostrzeżeń: {$post['warninglevel']}
</center></div></if>
<?
if ($post['reputation'] >= '1')
$tlo = 'rgb(104, 126, 48);';
else if ($post['reputation'] <= '-1')
$tlo = '#d91313;';
else if ($post['reputation'] == '0')
$tlo = '#696969;';
?>
<br>
<center>
<div align="center" class="repstyle_tlo" style="width: 120px;background: $tlo">
<div class="repstyle_up" style="color: white;">
{$post['rep_bars']}
</center></div></div>
</div>
</span>
</div>
<div><div style="padding-top: 5px;">
{$post['user_details']}<br />{$post['myawards']}</div>
</div>
</div> </td>
<td valign="top" class="showthread_postcontent">
<div class="showthread_postcontentwrapper">
<div class="showthread_postbody_message" style="min-height: 300px;" id="pid_{$post['pid']}">
{$post['message']}
</div>
<span style="float:right;">
<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});">
<img src="images/rep_up.png" style="margin-bottom:-6px;" alt="Brak"></a>
<!--REP_AREA_{$post['pid']}--> </span><br>
{$post['attachments']}
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
</div>
</div>
</td>
</tr>
<tr><td colspan="2" class="showthread_post_options"><span class="left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['iplogged']}
</span>
<span class="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']}{$post['icon_browser']}{$post['icon_os']}
</span></td></tr>
</table>
{$post['adsaf']}