here is answer:
http://www.vbulletin.com/forum/showt...948#post704948
That was recently changed in the default templates. You can add it back in by going to your:
Admin CP -> Styles & Templates -> Style Manager -> ? ? -> Postbit Templates -> postbit_attachmentthumbnail
Add the
red code:
Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]" target="_blank"><img class="thumbnail" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1" border="0" alt="<phrase 1="$attachment[filename]" 2="$attachment[counter]" 3="$attachment[filesize]">$vbphrase[image_larger_version_x_y_z]</phrase>" /></a>