البدر
02-12-2010, 10:52 AM
كود تلوين عنوان الموضوع المثبّت
الطريقة :
. ([Only Registered Users Can See Links])
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>
ملاحظة : خذ نسخة احتياطية من القآلب حتى تفآدي لحدوث مشاكل ويتم فقد القآلب
الطريقة :
. ([Only Registered Users Can See Links])
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>
ملاحظة : خذ نسخة احتياطية من القآلب حتى تفآدي لحدوث مشاكل ويتم فقد القآلب