I have this hack fully functional on my site which you can see running here.
http://www.scifi-meshes.com/forums/forumdisplay.php?f=6
Using conditionals I was able to add "ads" column in specific forums, that's not part of this hack. I've also modified this code so that the image shown on forumdisplay links to the thread NOT the attachment. I found this more useful.
Below you will find a copy of code I used to link to THREAD and not the attachment - threadbit template:
Code:
<a HREF="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" border=0></a>
Hope this helps someone.
Aceman