مشکلی ندارد خودتونو ناراحت نکنید
اگر میخواهید به اون شکلی که الان گفتید باشد :
به کنترل پنل مدیریت>قالب و پوسته ها>قالب(؟)>Postbittemplates> و سپس Postbit_classic
کد :
و کد:
را حذف کنید.
و کد :
را اضافه کنید.
سپس به
کنترل پنل مدیریت>قالب و پوسته ها>قالب(؟)>ShowThread templates> و سپس ShowThread
برید و کد :
را بعد از متغیر
اضافه کنید.
c_r_fel
اگر میخواهید به اون شکلی که الان گفتید باشد :
به کنترل پنل مدیریت>قالب و پوسته ها>قالب(؟)>Postbittemplates> و سپس Postbit_classic
کد :
کد:
<table border="2" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 2;">
<tr>
<td class="thead" colspan="2">
<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>
</td>
</tr>
{$classic_header}
</table>و کد:
کد:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="2">
<div style="float: left;">
<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>{$thread['subject']}</strong>
</div>
</td>
</tr>
{$classic_header}
</table>را حذف کنید.
و کد :
کد:
<table border="2" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 2;">
<tr>
<td class="thead" colspan="2">
<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>
<div>
</div>
</td>
</tr>
{$classic_header}
</table>را اضافه کنید.
سپس به
کنترل پنل مدیریت>قالب و پوسته ها>قالب(؟)>ShowThread templates> و سپس ShowThread
برید و کد :
کد:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="2">
<div style="float: left;">
<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>{$thread['subject']}</strong>
</div>
</td>
</tr>
{$classic_header}
</table>را بعد از متغیر
کد:
{$ratethread}اضافه کنید.
c_r_fel


