Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Making parts of the profile optional?
kitutal
New
Is there any way of making it so that all information is optional, such that each user can choose which fields to leave blank, without it coming up as an error?
Thank you
0
Comments
use the required param
grep is your friend.
I've got it to accept not inputting a name, but so far if I leave the date of birth field blank, it picks a date for me. Any way around that?
@kitual, the answer was already given in another thread. Just look at previous questions http://vanillaforums.org/discussion/comment/157603/#Comment_157603
All you need to do is comment out the Birthday info
wouldn't that remove the option of having birthday data on the profile entirely? rather than just making it optional for each user
I just update the plugin so that if you don't provide a full date of birth it doesn't display
http://vanillaforums.org/addon/myprofile-plugin-0.2.0b
Of course you can still require it.
grep is your friend.