MyBB Community Forums

Full Version: Add aditional database field for the registration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi together.

ive added some custom profile fields and want to generate a new profile field (in the database) over these custom profile fields. if someone completes the registration a new field should be calculated and inserted into the database.

ive took a look at the member.php file and couldnt locate the codearea where fields getting wrote into database. would be happy if someone could help me out with thaht. btw i didnt read anything before starting to modificate the code. if theres a "must read "guide plz tell me.

thanks in advance
You will end up w/ too many columns in your db table as your forum grows.
EDIT:
If someone needs help about this topic he should take a look at
http://wiki.mybb.com/index.php/Database_Methods
http://wiki.mybb.com/index.php/Database_Tables

#close