Black Eyed Peas
11-25-2006, 10:58 PM
هذا الهاك يتيح لك تغير لون حقل المشاركات المثبته
افتح قالب threadbit
ابحث عن
كود:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
واستبدله بالتالي
كود:
<if condition="$thread['sticky'] == 1"><td class="alt2" id="td_title_$thread[realthreadid]" title="$thread[preview]"><else /><td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]"></if>
واذا اردت ان تختار اللون اتبع التالي
افتح قالب threadbit
ابحث عن
كود:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
واستبدله بالتالي
كود:
<if condition="$thread['sticky'] == 1"><td class="stickybg" id="td_title_$thread[realthreadid]" title="$thread[preview]"><else /><td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]"></if>
ومن خيارات جميع الأستايل تضيف الي حقل Additional CSS Definitions التالي
كود:
.stickybg{background-color: #hex;color: #000000;}
وتغير كود اللون #000000 الي اللون الذي تريد
افتح قالب threadbit
ابحث عن
كود:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
واستبدله بالتالي
كود:
<if condition="$thread['sticky'] == 1"><td class="alt2" id="td_title_$thread[realthreadid]" title="$thread[preview]"><else /><td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]"></if>
واذا اردت ان تختار اللون اتبع التالي
افتح قالب threadbit
ابحث عن
كود:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
واستبدله بالتالي
كود:
<if condition="$thread['sticky'] == 1"><td class="stickybg" id="td_title_$thread[realthreadid]" title="$thread[preview]"><else /><td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]"></if>
ومن خيارات جميع الأستايل تضيف الي حقل Additional CSS Definitions التالي
كود:
.stickybg{background-color: #hex;color: #000000;}
وتغير كود اللون #000000 الي اللون الذي تريد