Yes, I did it all.
I went to the Top statistics navbar option, there's navbar 1 and navbar.
Here's the code for Top statistics Navbar:
Quote:
<td class="vbmenu_control"><a href="misc.php?do=topstats">$vbphrase[top_statistics_navbar]</a></td>
|
This is top statistic Nav1:
Quote:
<tr>
<td class="alt1" align="right" nowrap="nowrap">
<b>$vbphrase[top_statistics_newest_member] :</b>
</td>
<td class="alt2" align="left">
$topposters
</td>
</tr>
<tr>
<td class="alt1" align="right" nowrap="nowrap">
<b>$vbphrase[top_statistics_most_repl] :</b>
</td>
<td class="alt2" align="left">
$maxthreadxs
</td>
</tr>
<tr>
<td class="alt1" align="right" nowrap="nowrap">
<b>$vbphrase[top_statistics_most_view] :</b>
</td>
<td class="alt2" align="left">
$maxviewxs
</td>
</tr>
<tr>
<td class="alt1" align="right" nowrap="nowrap">
<b>$vbphrase[top_statistics_most_forum] :</b>
</td>
<td class="alt2" align="left">
$maxforumxs
</td>
</tr>
|
Any help?