Vampy wrote:
Also, the code below found in classes_cash.php:
if ($userdata['user_level'] != ADMIN && !$is_auth['auth_mod']) {
return $this->cash_update($mode, $poster_id, $first_post, $old_message, $post_message, $forum_id, $topic_id, $post_id, $new_bbcode, $topic_starter, $old_bbcode);
}
Am I right to say that only normal users will the cash of the user be updated. (i.e. admin and moderators will not have thier cash updated?) If this is so, then it doesn't seem to be correct cos' when I post as a moderator I get points added to my moderator account.
I am confused. This code is not in classes_cash.php
I'm sorry. I think I edited it. the original one was just:
Code: Select all
return $this->cash_update($mode, $poster_id, $first_post, $old_message, $post_message, $forum_id, $topic_id, $post_id, $new_bbcode, $topic_starter, $old_bbcode);