Quote:
Originally Posted by snapshotz
is there a way to set a custom size for the thumbs in the threadbit, would like to make the thumbs a bit smaller, rather than using the default thumbnail size.
|
I|t is in the threadbit template
Quote:
<if condition="($thread['attachmentid']) AND ($thread['thumbsize'])">
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]">
<img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" alt="" width=120 height=100 border="0" />
</a>
<else />
<img src="$stylevar[imgdir_misc]/nothumb.jpg" alt="" border="0" />
</if>
<else />
<if condition="$show['threadicon']">
|