megnonetota
01-04-2009, 11:38 PM
بسم الله الرحمن الرحيم
طريقة الفصل تكون كالآتي
فتح قالب forumdisplay
ابحث عن التالي
رمز Code:
<!-- show threads -->
<tbody id="threadbits_forum_$foruminfo[forumid]">
<if condition="$show['stickies']">
$threadbits_sticky
$threadbits
</tbody>
<!-- end show threads -->
استبدله بالكود:
رمز Code:
<!-- show threads -->
<tbody id="threadbits_forum_$foruminfo[forumid]">
<if condition="$show['stickies']">
$threadbits_sticky
<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>"> </td></tr>
</if>
$threadbits
</tbody>
<!-- end show threads -->
طريقة الفصل تكون كالآتي
فتح قالب forumdisplay
ابحث عن التالي
رمز Code:
<!-- show threads -->
<tbody id="threadbits_forum_$foruminfo[forumid]">
<if condition="$show['stickies']">
$threadbits_sticky
$threadbits
</tbody>
<!-- end show threads -->
استبدله بالكود:
رمز Code:
<!-- show threads -->
<tbody id="threadbits_forum_$foruminfo[forumid]">
<if condition="$show['stickies']">
$threadbits_sticky
<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>"> </td></tr>
</if>
$threadbits
</tbody>
<!-- end show threads -->