Quote:
Originally Posted by Envy-UK
Could you please post the code from imagebits to show the thumbnails via the do=getimage within the <IMG> tag, please?
I've been playing about with the original, without creating a back-up.
Perhaps you could also post the GD code, for when my host finally upgrades.
|
Template:
vbgarage_imagesbits
(be sure to include a [high]space[/high] at the end!)
HTML Code:
<a style="cursor:pointer; cursor-hand" href="vbgarage.php?do=popup&image=$vboptions[bburl]/vbgarage.php?do=getimage&id=$image[vbgarageid]" onclick="PopupPic(this.href); return false;" target="_blank"><img src="$vboptions[bburl]/vbgarage.php?do=getimage&id=$image[vbgarageid]" alt="$image[name]" border="0" width="100" /></a>
As requested, the following is the
original template:
HTML Code:
<a style="cursor:pointer; cursor-hand" href="vbgarage.php?do=popup&image=$vboptions[bburl]/vbgarage.php?do=getimage&id=$image[vbgarageid]" onclick="PopupPic(this.href); return false;" target="_blank"><img src="$vboptions[bburl]/vbgarage.php?do=thumb&width=175&id=$image[vbgarageid]" alt="$image[name]" border="0" /></a>