Plugin Author
donmik
(@atallos)
Your theme is probably missing some hooks. Compare your files with buddypress files located inside buddypress/bp-themes/bp-default/registration/register.php.
Nothing in register.php seems to be preventing the checkboxes to show and the problem is also at profile edit screen both at frontend and backend.
I’m almost sure that is not a related xprofile plugin issue. I’ve disabled the plugin and still no checkboxes.
Anyway and since this seems to be an issue with buddypress xprofile fields I’d be glad to have from you some hints to try to explore.
Plugin Author
donmik
(@atallos)
If your theme is overriding this files (register.php and edit.php) then it’s probably due to this. Your theme is probably missing the hooks responsible of displaying the custom fields.
Read the FAQ here
Can you tell which hooks may be missing?
Check the site’s register page. The member type field which operates with checkboxes display the fields labels but doesn’t display the fields inputs tags.
I did read the FAQ.
A did also solve this issue. There was a a function filtering 'bp_get_the_profile_field_options_checkbox' planted by me in the past and lost in my child theme that was generating this issue.
Thanks a lot for your concern and after all it wasn’t related with your plugin.