Warning: Function get_magic_quotes_gpc() is deprecated in /home/forumbs/public_html/includes/class_core.php on line 1960
[تمبلت] فصل المواضيع المثبته عن المواضيع العاديه [الأرشيف] - منتديات بانى ستار

المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : [تمبلت] فصل المواضيع المثبته عن المواضيع العاديه



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>">&nbsp;</td></tr>
</if>
$threadbits
</tbody>
<!-- end show threads -->