Rss
02-12-2010, 03:00 PM
كود مميز يجعل لون الموضوع المثبت باللون الأحمر أو بإي لو ن ترغب
الطريقة هي كالتالي
الطريقة :
(http://heyoon.com/vb)
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
باللون الذي ترغب
الطريقة هي كالتالي
الطريقة :
(http://heyoon.com/vb)
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
باللون الذي ترغب