Sorry about not much details.
Here's the current code for the stats box:
Code:
<if condition="$viewcatstats or $viewcathits">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<tr><td width="50%"> </td>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
<tr align="center">
<td class="tcat" align="center" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('hitparadebit')"><img id="collapseimg_hitparadebit" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_hitparadebit].gif" alt="" border="0" /></a>
<strong>$vbphrase[ll_statistics]</strong>
</td>
</tr>
</tbody>
<tbody id="collapseobj_hitparadebit" style="$vbcollapse[collapseobj_hitparadebit]">
<if condition="$viewcathits">
<tr><td class="alt1" colspan="2">
<span class="smallfont"><strong>$viewcathitstitle</strong></span>
</td></tr>
$viewcathits
</if>
<if condition="$viewcatstats">
$viewcatstats
</if>
</tbody>
</table>
</td></tr>
</table>
<br />
</if>
<if condition="$includeinmain[poststats]">
$includeinmain[poststats]
</if>
I'll like to place an identical box to the left of this box with other stats such as. Last 10 downloaded by other users or random 10 downloads.
thanks