Great mod...
I changed the code around a little to make it a table of 1 row and 4 coloums
For anyone wanting the 4 links all in 1 line replace the
vbimghost_imgshow code with the one below
Cheers
Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="4">Image Hosting Panel<a name="marq"></a></td></tr>
<tr valign="top"><td class="alt1" width="25%" align="center"><A HREF="vbimghost.php?do=myimages">Your Images</A></td>
<td class="alt2" width="25%" align="center"><A HREF="vbimghost.php?do=userlist">Other Members' Images</A></td>
<td class="alt1" width="25%" align="center"><A HREF="vbimghost.php?do=upload">Upload Many</A></td>
<td class="alt2" width="25%" align="center"><A HREF="#" onclick="window.open('vbimghost.php?do=popupload&ed=$editorid','vbimghost2','scrollbars=yes,resizable=yes,width=562,height=97'); return false" title="Quick Upload">Quick Upload One</A></td>
</table> <br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="thead" colspan="$vbimghost[imgperrow]">$vbphrase[vbimghost_hostimgfor]: $username</td>
</tr>
</thead>
$vbimghost_bits
</table>