// get total threads & posts from the forumcache $totalthreads = 0; $totalposts = 0; cache_ordered_forums(1, 1, $vbulletin->userinfo['userid']); if (is_array($vbulletin->forumcache)) {