Quote:
Originally Posted by nacaruncr
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 
|
Thanks!!!! That did the trick!
Btw, do you know how to fix the thumbnail stretching problem?