4
I upgraded to CBB2.2 but it did not solve the issue. I found this line in post.php and it looked like it updated the user file and not the profile file, but I couldn't figure out how the # of posts got updated.
$sql = sprintf("UPDATE %s SET posts=posts-1 WHERE uid = %u", $this->db->prefix("users"), $post->getVar('uid'));
Do you know what calls what to update posts, regdate and the other functions?
Monique.