Topic: 'users' Table Explained
I have some questions about how the php code interacts with the 'users' table.
group_id
It looks like new users start out with their group_id='32000', and once they reply to the welcome email and login for the first time, their account is activated and their group_id becomes '4'?
If I register a new user by submitting their email and username through the register form (same as they would), then go into the database via phpMyAdmin and change their group_id from 32000 to 4, will that cause any problems?
The second part of that question is, do I even need to change group_id to 4? I'm building a new topic by hand (that originated in an email thread) by posting the posts myself, then going into the database and changing the 'poster' from me to the new user who hasn't activated his account yet. (In the 'posts' table, I edit 'poster', 'poster_id', and 'posted'.) In the 'users' table I've been editing 'num_posts' and 'group_id'. Is it OK to leave 'group_id' as 32000 and only edit 'num_posts'?
One of these days, I'm going to upgrade my forum.
D9r.com - homepage
Tucker & DeKalb County, Georgia -- news, events, zoning, politics, directory
HiveMinds.info - International Web Developer Forum (lots of smart folks here)