PDA

View Full Version : Background Colore Sticky Threads


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

Ramses
03-13-2007, 08:18 PM
Very nice modif

Thank you

HMBeaty
03-13-2007, 10:53 PM
Cool, I could use this. Thanks :)

Ramses
03-23-2007, 05:34 PM
Thanks very much for this

PrimeEvil
01-18-2008, 01:13 AM
Thanks for the code this looks like it will be a valued asset.

syrcafe
06-18-2008, 03:38 PM
thnx man great Work

faizanrock
01-01-2009, 12:57 PM
in mine not working, what to do now?

itsheinz
03-02-2009, 04:56 AM
very nice.im gona try this one^^

Mc Sunny
03-03-2009, 07:08 PM
very nice thanks for sharing