I would like to add several new questions to my user profile, which are required. However as I already have hundreds of registered members already the forum will not force these members to complete the required fields.
I have been researching how to get the users to complete these fields. I can see that the table "wcf1_user_option" is where these profile questions are saved. At the moment the installation is standard so there are 49 fields. Am I right in saying that if I added another profile question, this would insert optionID 50? Now for "wcf1_user_option_value", this looks to be the place which stores the answer to the profile questions. So if I did add another question, the answer would be stored in a field "userOption50"? Is this correct so far ??
I could easily create a PHP script which checks the database to see if these additional fields are NULL, and if so, send the user an email asking them to complete them.
What I don't know is how to intergrate such into WBB.
Can someone assist me in this?