Quote:
Originally Posted by benative
Working like a charm 
Though I wish there are 2 more features.
1. Thumbnail serves as a link so people can click on thumbnail to open the thread.
2. prevent stretching problem, whatever the thumbnail ratio or orientation is, whether it's in a portrait or landscape view.
Anyone want to give it a shot and become our hero?
|
1. If you want when someone click in the thumbnail imagen go to thread its easy

open
thread_thumbnail_threadbit template and remplace all with:
Code:
<vb:if condition="$thread['thumbnaildisplay'] AND (!$thread[sticky] OR ($vbulletin->options[thread_thumbnails_sticky] == '1'))">
<a href="{vb:link thread, {vb:raw thread}}" id="thread_gotonew_{vb:raw thread.realthreadid}" style="float:left;clear:right;display:block;padding-right:5px;"><img style="{vb:raw thread.thumbnailstyle}" src="{vb:raw thread.thumbnailurl}"></a>
</vb:if>
Check if this is that you wanna

Regards
p.s excuse me my bad english