No need to edit any templates (this will be a pain in the ass later) --
Hook: postbit_display_complete
PHP Code:
// Overwrite the original post count, alleviating the need for a template edit
$post['posts'] = vb_number_format(intval(str_replace(",", "", $posts['posts'])) + $posts['field7']);
Hook: member_complete
PHP Code:
// Overwrite the original post count, alleviating the need for a template edit
$prepared['posts'] = vb_number_format(intval(str_replace(",", "", $prepared['posts'])) + $userinfo['field7']);