Brajesh Singh in 19 Comments
Initial release of the plugin for BuddyPress 2.0+
Update to add support for muti option fields Added server side updating of the field values and so on
Updated to remove the debug message
Updated to make it work across profile field groups. Also fixes a few typos.
Updated to fix the issue where this plugin was not working for some of the sites. It was due to json_encode returning empty
Updated to handle empty groups thanks to Matthew
Use wp_head instead of bp_head for generating the js
Fix the issue n registration page where initial conditions were not applied
Allow using multi check boxes and tested with BuddyPress 2.5.1
Updated to add support for birthdate field
Partial rewrite and refactoring. Any field can be hidden/shown
date, birthday field can not be used for setting condition on other fields. All other field types should work now.
Fix for values having html entities.
Make the multi checkbox based conditions work when more than one checkbox is selected.
Added support for "Member Type" field based conditions. See BuddyPress Member Types Pro if you need to use Member Type based condition on Registration.
Fix the conditions not applying across multiple profile field group on profile edit pages.
Fixed issues when Multi options field when that field is updated. Tested with BuddyPress 10.0
Added code to delete xprofile field conditions when the plugin gets deleted.
Added support for lading js in BuddyBoss Profile fields create/edit screen.
Fix notice
Initial release of the plugin for BuddyPress 2.0+
Update to add support for muti option fields
Added server side updating of the field values and so on
Updated to remove the debug message
Updated to make it work across profile field groups. Also fixes a few typos.
Updated to fix the issue where this plugin was not working for some of the sites. It was due to json_encode returning empty
Updated to handle empty groups thanks to Matthew
Use wp_head instead of bp_head for generating the js
Fix the issue n registration page where initial conditions were not applied
Allow using multi check boxes and tested with BuddyPress 2.5.1
Updated to add support for birthdate field
Partial rewrite and refactoring.
Any field can be hidden/shown
date, birthday field can not be used for setting condition on other fields. All other field types should work now.
Fix for values having html entities.
Make the multi checkbox based conditions work when more than one checkbox is selected.
Added support for "Member Type" field based conditions. See BuddyPress Member Types Pro if you need to use Member Type based condition on Registration.
Fix the conditions not applying across multiple profile field group on profile edit pages.
Fixed issues when Multi options field when that field is updated.
Tested with BuddyPress 10.0
Added code to delete xprofile field conditions when the plugin gets deleted.
Added support for lading js in BuddyBoss Profile fields create/edit screen.
Fix notice