Also sphinx this hack is VERY inefficient... Did you notice your VBadvanced page slowed dramatically when you installed this? Turn 5mb into <100k with the following change:
PHP Code:
<img src='attachment.php? attachmentid=$recentattachment[attachmentid]' alt='$recentattachment[filename]' width="50" height="50">
must be changed to:
PHP Code:
<img src='attachment.php? attachmentid=$recentattachment[attachmentid]&thumb=1' alt='$recentattachment[filename]' width="50" height="50">