I was surprised that the original hack doesn't have a code box for "Image Thumbnail". When the image you upload is larger than the "Thumbnail Width" or "Thumbnail Height" you have set in the options, it automatically creates a smaller image named "thum_whatever.jpg"
So I edited the appropriate templates to add
Code:
<tr>
<td class="alt1">Thumbnail IMG</td>
<td class="alt2"><input type="text" value="[img]$vbimghost[thumbpath][/img]"></td>
</tr>
I thought this was a nice "hidden feature" that really should be implemented in the actual hack.
Do note: If the uploaded image is smaller than the Thumbnail dimensions, it just shows the same URL that is in the regular IMG code boxes, which is about all it can do.
I find this handy for news articles and such, and that way I don't have to bother opening up Photoshop to resize the image. Plus, this way I still have the large original image available for other uses.
Great hack, btw! Any chance of adding a "Title" option below each upload box like Photobucket? I don't like having to rename my JPEGs...
Another huge bonus would be putting things in different albums.. My solution for now is creating a user named "Art" or something and only giving it access to VB Image Host (This is something only a few people have access to, so the "View all users images" turns into a list of "Albums" so to speak)