I just confirmed that this works with the CMPS latestthreads module.
I replaced the <TD> with the following:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]" style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';" onclick="window.location.href='$vboptions[bburl]/showthread.php?t=$thread[threadid]';">
This points it to the first post which matches the href of the thread title text. Also I added the bburl option as the previous code would not work properly within the module.
This is a great little hack, I'm going to try it in a few other places as well.
|