Quote:
Originally Posted by theFAILURE
The vbimage host list page is quite dull, I would love to know what code I would have to insert to make the member avatar show up besides their name!!
I fired up photoshop to give an example of what I mean:

|
Well I took some time tonight and figured it out, take a peek:
http://thescambaiter.com/forum/vbimg...hp?do=userlist
I set the Avatars at 50 pixels of the original size. Just change the 50 value in the code to your desire.
To do this find the
vbimghost_usersbit template and exchange all the code with this:
Code:
<tr>
<td class="alt1" valign="center"><img src="image.php?u=$vbimghost[userid]" border="0" width="50" height="50"> <a href="vbimghost.php?do=viewimages&id=$vbimghost[userid]"><b>$vbimghost[username]</b></a></td>
<td class="alt2" align="center" valign="center"><b>
$vbimghost[imgcount]</b></td></tr>