Shawn
02-03-2007, 05:41 AM
In the threadbit template find:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
Replace with:
<if condition="$thread['sticky'] == 1">
<td bgcolor="#xxxxxx" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
<else />
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
</if>
where bgcolor="#XXXXXX" is the hex color of your choice
-Enjoy
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
Replace with:
<if condition="$thread['sticky'] == 1">
<td bgcolor="#xxxxxx" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
<else />
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
</if>
where bgcolor="#XXXXXX" is the hex color of your choice
-Enjoy