wersja skryptu MyBB: 1.6.15
adres forum: localhost
na czym polega problem (screen, opis, komunikaty):
Ranga, własny opis, lokalizacja, avek itd. leci w dół gdy tylko post jest dłuższy. Szablon Opis posta - postbit. Da radę ktoś to przerobić, by stało w jednym miejscu i się nie ruszało?
adres forum: localhost
na czym polega problem (screen, opis, komunikaty):
Ranga, własny opis, lokalizacja, avek itd. leci w dół gdy tylko post jest dłuższy. Szablon Opis posta - postbit. Da radę ktoś to przerobić, by stało w jednym miejscu i się nie ruszało?
{$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>{$post['onlinestatus']} <span class="showthread_authorname">{$post['profilelink']}</span></center>
</td><td class="tcatright">
<div class="left">{$post['postdate']}, {$post['posttime']}
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</div>{$post['posturl']}</td></tr>
<tr><td class="showthread_postauthorinfo"><center>
<div>
<div><span class="smalltext">{$post['usertitle']}</span><br />
<span class="showthread_useravatar">{$post['useravatar']}</span>
</div>
<div>
<span class="smalltext">
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div><div style="padding-top: 5px;">
{$post['user_details']}{$post['ougc_awards']}{$post['awards']}</div>
</div>
</div></center> </td>
<td valign="top" class="showthread_postcontent">
<div class="showthread_postcontentwrapper">
<div class="showthread_postbody_message" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
</div>
</div>
</td>
</tr>
<tr>
<td class="showthread_postauthorinfo2">
</td>
<td colspan="2" class="showthread_post_options">
</table>