v3.0 -> v3.0.1 UPGRADE INSTRUCTIONS (enable GD-Lib support!)
1. Download the
vbgarage301.zip from the
first post, and upload the new vbgarage.php to your forum ROOT directory, overwriting the old one.
2. Edit the
vbgarage_editimagebits TEMPLATE:
REPLACE with:
[high](be sure to leave a SPACE after the closing </td>)[/high]
HTML Code:
<td class="alt2" valign="bottom"><img src="$vboptions[bburl]/vbgarage.php?do=thumb&width=100&id=$image[vbgarageid]" alt="$image[name]" /><br />
<center><input type="checkbox" name="delete$image[vbgarageid]">$vbphrase[delete]</center>
</td>
3. Edit the
vbgarage_imagebits TEMPLATE:
REPLACE with:
[high](be sure to leave a SPACE after the closing </a>)[/high]
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>
Done !!