Here is my modifed latestXposts template file:
Code:
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="6">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_statistics')"><img id="collapseimg_forumhome_statistics" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_statistics].gif" alt="" border="0" /></a>
<a href="topXstats.php$session[sessionurl_q]">$vbphrase[statistics]<phrase 1="$displayrecords">$vbphrase[top_x]</phrase></a></td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_statistics" style="$vbcollapse[collapseobj_forumhome_statistics]">
<TR>
<TD class=thead noWrap>Thread</TD>
<TD class=thead noWrap>Forum</TD>
<TD class=thead noWrap>User Name</TD>
<TD class=thead noWrap>Date / Time</TD>
<TD class=thead noWrap align=right>Replies</TD>
<TD class=thead noWrap align=right>Views</TD>
</TR>
$latestXposts_bits
</tbody>
</table>
<br />
<br />
I removed a couple tags and my Ultimate Side Column 2.2 now works with this mod.