27.05.2013, 07:15
wersja skryptu MyBB: 1.6.9
adres forum: Testowe!
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witam. Poszukuję kodu (albo plugina?) na przerobiony wgląd posta. Taki wygląd posta jakbym chciał można zaobserwować na WinForum!.
Screen:
Mój postbit_classic:
Głównie to chodzi mi o ten trójkącik i jak oddzielić wiadomość od użytkownika.
adres forum: Testowe!
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witam. Poszukuję kodu (albo plugina?) na przerobiony wgląd posta. Taki wygląd posta jakbym chciał można zaobserwować na WinForum!.
Screen:
Mój postbit_classic:
Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="trow_post1" width="15%" valign="top" style="white-space: nowrap;border-right: 1px solid #797979;"><a name="pid{$post['pid']}" id="pid{$post['pid']}" ></a>
<center>
<strong><span class="largetext">{$post['profilelink']}</span></strong>{$post['onlinestatus']}<br />
<span class="showthread_useravatar">{$post['useravatar']}</span></br>
{$post['groupimage']}
</center>
{$post['user_details']}
{$post['iplogged']}
</td>
<td class="trow_post2" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']} <font color="#99c588">{$post['postdate']} {$post['posttime']}</font> <font color="#FFFFFF">{$post['subject']} {$post['subject_extra']}</font></strong></span>
<br />
<div id="pid_{$post['pid']}" class="post_body">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<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>
</td>
</tr>
<tr>
<td class="trow_post3" style="white-space: nowrap; text-align: center; vertical-align: middle;border-right: 1px solid #797979;"></td>
<td class="trow_post4" style="vertical-align: middle;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="left" >
{$post['button_email']}{$post['button_pm']}{$post['button_find']}{$post['button_rep']}</td>
<td align="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']}</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
Głównie to chodzi mi o ten trójkącik i jak oddzielić wiadomość od użytkownika.