Maybe do something like this so that the display data is seperated from the rest of the working code.
PHP Code:
$this->post['post_thanks_user_amount_display'] = vb_number_format($this->post['post_thanks_user_amount']);
$this->post['post_thanks_thanked_times_display'] = vb_number_format($this->post['post_thanks_thanked_times']);
$this->post['post_thanks_thanked_posts_display'] = vb_number_format($this->post['post_thanks_thanked_posts']);]