installed, thanks for this sexy hack :]
btw, if you use vbstyles.com layout, their threadbit uses an extra conditional and css for stickies
the old code looks like this:
Code:
<td class="<if condition="$thread['sticky'] == 1">sticky <else />alt1</if>" id="td_title_$thread[realthreadid]" title="$thread[preview]">
this is the code i used:
Code:
<td class="<if condition="$thread['sticky'] == 1">sticky<else />alt1</if>" id="td_title_$thread[realthreadid]" title="$thread[preview]" style="cursor:hand;" onmouseover="this.className='althover';" onmouseout="this.className='<if condition="$thread['sticky'] == 1">sticky<else />alt1Active</if>';" onclick="window.location.href='<if condition="$show['gotonewpost']">showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]<else />showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]</if>';">