Brilliant, thank you. I'll give it a go now.
--------------- Added [DATE]1369237493[/DATE] at [TIME]1369237493[/TIME] ---------------
Hmm, it doesn't seem to have worked. I've refreshed the statistics, post counts and topic counts as well as cleared the system cache but no changes.
This is what I've got line 618 - 628 of root/forum.php
PHP Code:
if (is_array($vbulletin->forumcache))
{
foreach ($vbulletin->forumcache AS $forum)
{
if (in_array($forum['forumid'], array (10, 11, 12, 13, 14)))
{
$totalthreads += $forum['threadcount'];
$totalposts += $forum['replycount'];
}
}
}