postbit_author_user şablonunu orjinale çevirin
sonra
postbit şablonunun içindekileri komple alttakiler ile değiştirin;
Kod:
Kod:
<tr> <td class="trow2" width="15%"
valign="top" style="white-space: nowrap; text-align: center;"><a
name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
{$post['user_details']} </td> <td class="trow1" width="85%"
valign="top"> <table width="100%">
<tr><td>{$post['posturl']}{$post['icon']}<span
class="smalltext"><strong>
{$post['subject']}</strong></span> <br /> <div
id="pid_{$post['pid']}"> <p> {$post['message']} </p>
</div> {$post['attachments']} {$post['signature']} <div
style="text-align: right; vertical-align: bottom;">
{$post['editedmsg']} {$post['iplogged']} </div>
</td></tr> </table> </td> </tr>
<tr> <td class="trow2" height="18" style="white-space: nowrap;
text-align: center;"><span
class="smalltext">{$post['postdate']}
{$post['posttime']}</span></td> <td class="trow1"
width="100%" valign="middle" height="18"> <table width="100%"
border="0" cellpadding="0" cellspacing="0"> <tr
valign="bottom"> <td align="left" ><span
class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
<td align="right"><span
class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}</span></td>
</tr> </table> </td> </tr> {$seperator}
sonra
showthread şablonunu alttakiler ile değiştirin;
Kod:
HTML-Kodu:
<html> <head> <title>{$thread['subject']}</title> {$headerinclude} <script type="text/javascript"> var quickdelete_confirm = "{$lang->quickdelete_confirm}"; </script> <script type="text/javascript" src="jscripts/thread.js?ver=120"></script> </head> <body> {$header} <br /> {$pollbox} <div style="float: left; padding-bottom: 4px;"> {$newreply}{$newthread} </div> {$multipage} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;"> <tr> <td class="thead" colspan="2"> <div style="float: right;"> <span class="smalltext"><strong><a href="showthread.php?mode=threaded&tid={$tid}&pid={$pid }#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&tid={$tid}&pid={$pid}# pid{$pid}">{$lang->linear}</a></strong></span> </div> <div> <strong>{$rating} {$thread['subject']}</strong> </div> </td> </tr> {$posts} {$threadpages} <tr> <td colspan="2" class="tfoot"> <div><strong>« <a href="showthread.php?tid={$tid}&action=nextoldest">{$lang->next_oldest}</a> | <a href="showthread.php?tid={$tid}&action=nextnewest">{$lang->next_newest}</a> »</strong></div> </td> </tr> </table> <div style="padding-top: 4px;"> {$newreply}{$newthread} </div> {$threadexbox} {$quickreply} {$moderationoptions} {$similarthreads} <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;"> <tr> <td class="trow1"> <table width="100%"> <tr> <td> <span class="smalltext"> <a href="printthread.php?tid={$tid}">{$lang->view_printable}</a><br /> <a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a><br /> <a href="usercp2.php?action=addsubscription&tid={$tid} ">{$lang->subscribe_thread}</a> | <a href="usercp2.php?action=addfavorite&tid={$tid}">{$lang->add_favorites}</a> </span> </td> <td align="right"> {$ratethread} <br /> {$forumjump} </td> </tr> </table> </td> </tr> </table> {$footer} </body> </html>
Bakınız. Dikey