السلام عليكم ورحمة الله وبركاته



كود تلوين عنوان الموضوع المثبّت


مثال

اضعط ع اسم الموقع

نيوستايل

الطريقة :




1 / افح قالب الـ
threadbit



إبحث عن





$thread[threadtitle]








إستبدله بـ






<if condition="$thread[sticky] == 1">
<font color="#FF0000">$thread[threadtitle]</font>
</if>
<if condition="$thread[sticky] == 0">
$thread[threadtitle]
</if>








بنفس القالب ابحث عن





<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_gotonew_$thread[realthreadid]">$thread[threadtitle]</a>








استبدله ب





<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_gotonew_$thread[realthreadid]">
<if condition="$thread['sticky'] == 0">$thread[threadtitle]</if>
<if condition="$thread['sticky'] == 1"><font color="#FF0000">$thread[threadtitle]</font>
</if>
</a>






والي ما بيلاقي الرمز هذا





<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_gotonew_$thread[realthreadid]">$thread[threadtitle]</a>






يبحث عن





$thread[threadtitle]







يستبدله ب





<if condition="$thread[sticky] == 1">
<font color="#FF0000">$thread[threadtitle]</font>
</if>
<if condition="$thread[sticky] == 0">
$thread[threadtitle]
</if>






يعني مرتين الرمز هذا تبحث عنه $thread[threadtitle]



تحيه طيبه مني للجميع



منقول