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

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


جرح نازف
10-04-2008, 02:39 PM
.
//
.

افتح قالب : 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

تحياتي

.
//
.

بسبوسة المدينه
10-04-2008, 07:10 PM
شكرا على الشرح اخوي الكريم دمت بسعاده

جرح نازف
10-20-2008, 03:56 AM
.
//
.

حيــــاك بسبوسه

تشرفت بتواجدك

.
//
.

خوخه
10-25-2008, 01:29 AM
يعطيك العاافية

بس حبيت اعرف شو اللون الموجود ؟!

وهل يمكني اغيره ؟!