For anyone interested in using this on the Forumdisplay page.
Expand "Threadbit Templates and open template: "threadbit" and find:
Code:
<td class="alt1Active" id="t$thread[threadid]" title="$thread[preview]">
replace with
Code:
<td class="alt1Active" id="t$thread[threadid]" title="$thread[preview]" style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';" onclick="window.location.href='showthread.php?$session[sessionurl]t=$thread[threadid]';">