Quote:
Originally Posted by optrex
In the threadbit template find:
Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
replace with:
Code:
<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
|
Thanks a lot. I'd like to be able to do that for the subscribed threads. How to achieve this?