$totalthreads = 0;$totalposts = 0;if (is_array($vbulletin->forumcache)){ foreach ($vbulletin->forumcache AS $forum) { $totalthreads += $forum['threadcount']; $totalposts += $forum['replycount']; }}$totalthreads = vb_number_format($totalthreads);$totalposts = vb_number_format($totalposts);