ok here is what i got
PHP Code:
if ($forumid = explode(",", $vbulletin->options['fa_stats_dump_in_forum']))
{
$forum['threadcount'] = $forum['threadcount'] + $vbulletin->options['fa_stats_threads'];
$forum['replycount'] = $forum['replycount'] + $vbulletin->options['fa_stats_posts'];
$forum['threadcount'] = vb_number_format($forum['threadcount']);
$forum['replycount'] = vb_number_format($forum['replycount']);
}
it works in a way
how ever it shows on all the forums