I couldn't find an easy way to display a thumbnail so I made the following mod to displayimage.php
Find the two instances of the following code in gallery/displayimage.php
Code:
Content visible to verified customers only.
and change it to the following:
Code:
Content visible to verified customers only.
Now, you can fetch a thumbnail by using:
Code:
Content visible to verified customers only.
This means that you can easily write third party programs that fetch thumbnails from the system without having to import
vB of vBGallery libs.
(for instance, for making a [galleryimage=imageid]Alt Text[/galleryimage] bbcode.

(
http://www.photopost.com/forum/vbgal...thumbnail.html)