Finally installed and got it working.
Now, I really need the thread thumb to show up above the thread itself on showthread.
I already have a spot for the thread title above the first post, that works, but I can't get the thumbnail to show up.
I copied and modified the template code from the threadbit, and inserted this where I want it to show up:
Code:
<if condition="$tt_displaythumbs">
<if condition="($thread['attachmentid']) AND ($thread['thumbsize'])">
<img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" alt="" border="0" align="left" />
</a>
<else />
<img src="$stylevar[imgdir_misc]/nothumb.jpg" alt="" border="0" />
</if>
</if>
Nothing show up. Is there something else I need to do? Like add jason's hook code to showthread.php or something?