Thanks man that did it!
I have another question;
On my $post_reputations_bit = $this->registry->db->query_read it should only work under post_bit_complete in the forums.
var $post_reputations_bit was $post_reputations and I had changed it becuase I now get an error in the message area when I try and view a message that has text in it.
When you go to view a message in private.php it uses the same query that my script is using under postbit_complete do I need to clean out(unset) a var in db or registry?
EDIT: I think I got what I need to do. postbit_complete is also ran in the PM system, so I need to find something like threadid and do a if. ;p
|