I know longer have 3.0.0 so all my work is tested on the lastest versions of vBulletin. Can you tell me if this line is in the 3.0.0 admincp/index.php file?
PHP Code:
print_cells_row(array(
$vbphrase['new_posts_today'], vb_number_format($newposts['count']),
$vbphrase['new_threads_today'], vb_number_format($newthreads['count']),
$vbphrase['unique_registered_visitors_today'], vb_number_format($users['count']),
), 0, 0, -4, 'top', 1, 1);
print_table_footer();
}
If so i will change my instructions for 3.0.0 users.