If you would like to patch that part now to fix it until the upgrade comes up, here is how:
OPEN THE Toplist_Forum_Home TEMPLATE
REPLACE THE CONTENTS OF IT WITH:
PHP Code:
<!-- Toplist Sites -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_toplist')"><img id="collapseimg_forumhome_toplist" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_toplist].gif" alt="" border="0" /></a>
$vbphrase[toplist_sites]:
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_toplist" style="$vbcollapse[collapseobj_forumhome_toplist]">
<tr>
<td class="alt1" width="100%" height="30" colspan="2"><div class="smallfont">
<!-- Using javascript for the marquee since W3 doesn't like marquees. -->
<script type="text/javascript">
<!--
document.write('<marquee direction="$vboptions[toplist_forumhome_marquee_direction]" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=$vboptions[toplist_forumhome_marquee_scrollamount]">$toplist_images</marquee>');
//-->
</script>
<!--
<marquee scrollamount="$vboptions[toplist_forumhome_marquee_scrollamount]">$toplist_images</marquee>
-->
</div></td>
</tr>
</tbody>
<!-- / Toplist Sites -->
SAVE
OPEN THE Toplist_Sites_Code TEMPLATE
REPLACE THE CONTENTS OF IT WITH:
PHP Code:
<a href="$vboptions[bburl]/out.php?id=$timage[id]"><img src="$vboptions[bburl]/toplist_image.php?do=view&id=$timage[id]" border="0" alt="$timage[name]" /></a>
SAVE