Quote:
Originally Posted by Dismounted
I've been testing it on my forums and everything works fine, what plugins do you have at postbit_display_complete?
|
just the two following...
Add Anonymizer Prefix
PHP Code:
$post['message'] = anonymize($post['message']);
$post['signature'] = anonymize($post['signature']);
Post Thank You Hank
PHP Code:
$this->post['post_thanks_thanked_times_on'] = $this->post['post_thanks_thanked_times'];
$this->post['post_thanks_thanked_posts_on'] = $this->post['post_thanks_thanked_posts'];
$this->post['post_thanks_user_amount'] = vb_number_format($this->post['post_thanks_user_amount']);
$this->post['post_thanks_thanked_times'] = vb_number_format($this->post['post_thanks_thanked_times']);
$this->post['post_thanks_thanked_posts'] = vb_number_format($this->post['post_thanks_thanked_posts']);