Quote:
Originally Posted by magnus
Yes. In both vbgarage_imagesbits and vbgarage_editimagesbits you will change [high]?do=thumb&width=100[/high] to [high]?do=getimage[/high]. Then, set appropriate [high]width=[/high] variables for the <IMG> tags.
|
I did that and I don't think it worked
Quote:
<td class="alt2" valign="bottom"><img src="$vboptions[bburl]/vbgarage.php?do=getimage;width=100&id=$image[vbgarageid]" alt="$image[name]" /><br />
<center><input type="checkbox" name="delete$image[vbgarageid]">$vbphrase[delete]</center>
</td>
|
Quote:
<td class="alt2" valign="bottom"><img src="$vboptions[bburl]/vbgarage.php?do=getimage;width=100&id=$image[vbgarageid]" alt="$image[name]" /><br />
<center><input type="checkbox" name="delete$image[vbgarageid]">$vbphrase[delete]</center>
</td>
|
I tried with and w/o the &
Any ideas? Thank you