Found it for you.
There is an link in the Forumdisplay template to:
threadbit template (Threadbit Templates)
Code:
<tr>
<td class="alt1"><img src="$stylevar[imgdir_statusicon]/thread$thread[statusicon].gif" alt="<if condition="$show['threadcount']"><phrase 1="$thread[dot_count]" 2="$thread[dot_lastpost]">$vbphrase[have_x_posts_in_thread_last_y]</phrase></if>" border="" /></td>
<if condition="$show['threadicons']">
<td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else /> </if></td>
</if>
<td class="alt1Active" id="t$thread[threadid]" title="$thread[preview]">
That is what you where searching for I think
Btw.
An online/offline for the thread would be a cool feature going to code that
AND THE THREADLINK:
http://www.vbhacks.us/forum/showthread.php?t=554
What to do:
update the lockdown table with 1 extra row: working
Insert by the
ftp_connect();
code in tv's hack an extra sql query.
if online add 1 to working if offline set it to 0
Then you see the template it's easy ;)