۱۳۸۹/۴/۱۸، ۰۳:۵۱:۴۵ صبح
1.به کنترل پنل مدیریت>قالب و پوسته ها>قالب(؟)>Postbittemplates > و سپس در قسمت Postbit_classic خط :
را پیدا کنید و حذف کنید
سپس کد :
را به ابتدای کدهای Postbit_classic اضافه کنید.
2.به کنترل پنل مدیریت>قالب و پوسته ها>قالب(؟)>Postbittemplates > و سپس در قسمت Postbit_classic کد :
را پیدا کنید و سپس left به right و right را به left تبدیل کنید.
c_r_fel
کد:
{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>را پیدا کنید و حذف کنید
سپس کد :
کد:
<table border="2" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 2;">
<tr>
<td class="thead" colspan="0">
<div style="float: right;">
</div>
<div>
<strong>{$thread['subject']}</strong>
<tr><td><div style="float: left;">{$post['posturl']}</div><span class="smalltext"><strong><div style="float: right;">{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span></div> </div>
</td>
</tr>
{$classic_header}
</table>را به ابتدای کدهای Postbit_classic اضافه کنید.
2.به کنترل پنل مدیریت>قالب و پوسته ها>قالب(؟)>Postbittemplates > و سپس در قسمت Postbit_classic کد :
کد:
<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">{$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>را پیدا کنید و سپس left به right و right را به left تبدیل کنید.
c_r_fel


