can somebody go into there VB and look at there Index.php file and tell me whats the code from
// ### BOARD STATISTICS #################################################
on down?
i was editing somthing and lost the last parts here is all i got
// ### BOARD STATISTICS #################################################
// get total threads & posts from the forumcache
$totalthreads = 0;
$totalposts = 0;
if (is_array($forumcache))
{
foreach ($forumcache AS $forum)
{
$totalthreads += $forum['threadcount'];
$totalposts += $forum['replycount'];
}
}
$totalthreads = vb_number_format($totalthreads);
$totalposts = vb_number_format($totalposts);
WHAT GOES HERE AND DOWN VVV
* Please give me the whole code starting from // ### BOARD STATISTICS #################################################
thanks all!!!!!!!
www.b3playground.com/forum << thats the site all it is, is white