There is a random problem where some users posts are not being counted, while others are. A member id will be have 8 occurences in FORUM_REPLY but on FORUM_MEMBER the M_POSTS will be <null>. I have not made any modifications to the sql code, only look and feel parts.
The only thing I can think of that causes this problem is we dump in the User ID's (M_NAME)and passwords(M_PASSWORD) for them along with a generic member since date(M_DATE). Is there something else that we need to add when we dump data to the DB directly instead of registering each user manually.