Quote:
Originally Posted by heugabel
after upgrade to 4.1.2 it doesnt work.
i have used manually templateedits and your fixes but nothing works.
|
Make sure that in the "thread_thumbnail_threadbit" you have this code.
You can remove the (class="magnify") at the end, i have an xtra jquery on mouseover for my thumbnails.
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}" class="magnify"></a>
</vb:if>