10.02.2013, 15:59
wersja skryptu MyBB: 1.6.9
adres forum: www.nawlasnyzutek.cba.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Chciałbym zrobić, pole z autorem postu i datą. Teraz to wygląda tak:
Takąie pole jak jest pod buttonami
[postbit_classic
adres forum: www.nawlasnyzutek.cba.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Chciałbym zrobić, pole z autorem postu i datą. Teraz to wygląda tak:
Takąie pole jak jest pod buttonami
[postbit_classic
Kod PHP:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" id="post_{$post['pid']}">
<tr>
<td class="{$altbg} border-l" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<span class="largetext">{$post['profilelink']}</span> <br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}<br />
</span>
</td>
<td class="{$altbg}" valign="top">
<table width="100%" >
<div id="pid_{$post['pid']}" class="post_body">
<span class="smalltext">Napisane - {$post['postdate']}, {$post['posttime']}</span><hr />
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}<span style="float:right;">{$post['iplogged']}</span>
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
</div>
</td></tr>
</table>
</div>
</td>
</tr>
<tr>
<td align="left" style="vertical-align: middle; border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc; background-color:#e1ddd3"> <span class="smalltext">{$post['button_email']}{$post['button_pm']}</span>
</td>
<td style="vertical-align: middle; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; background-color:#e1ddd3">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="right">{$post['button_www']}{$post['button_rep']}{$post['button_quickdelete']}{$post['button_tyl']}{$post['button_edit']}{$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']}</td>
</tr>
</table>
</td>
</tr>
</table>