the plugin forces me to give a birthdate and a relashionship status. Why? I would like to leave it up to each member what information it would like to show/enter about himself.
Sorry guys, must have missed this when I updated the plugin.
To make fields optional, go to the bottom of default.php and find the "Setup" function. Below this is a list of the tables it creates in the database.
The TRUE and FALSE that you see determine whether that field is allowed to have an empty value or not. FALSE means that you have to enter the information.
Change the fields you want to be optional to TRUE.
I remember there being a reason that I created it this way, though, so I can't guarantee everything will continue working.
Birthday is a vital bit of information, and should be required in my opinion, that is why I added the functionality to hide the birthday from the public, though it should be alright to disable the requirement.
Comments
- Spam
- Abuse
0 · Insightful Awesome LOL ·To make fields optional, go to the bottom of default.php and find the "Setup" function. Below this is a list of the tables it creates in the database.
The TRUE and FALSE that you see determine whether that field is allowed to have an empty value or not. FALSE means that you have to enter the information.
Change the fields you want to be optional to TRUE.
I remember there being a reason that I created it this way, though, so I can't guarantee everything will continue working.
Birthday is a vital bit of information, and should be required in my opinion, that is why I added the functionality to hide the birthday from the public, though it should be alright to disable the requirement.
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·