السلام عليكم ورحمة الله وبركاته
كود تلوين عنوان الموضوع المثبّت
الطريقة :
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>
تبي تغير لون كلمة مثبت
ابحث عن العبارات
تلقى كلمة مثبت فيها كود اللون
Ff0000
غيره للي تبي مثلا ازرق
0000ff
تحيه طيبه مني للجميع
منقول