Hi Xpher,
Welcome to BuddyDev support forums.I am not sure of the issue. Please contact the BuddyBoss support and let them know the issue. Let me know their suggestions to make it compatible and I will update.
Regards
BrajeshCopy/paste from their email:
As we further investigate this concern, you need to contact BuddyDev Support: https://buddydev.com/support/forums/
To have them properly configure this class on the field. Here’s the documentation about this plugin: https://www.buddyboss.com/integrations/buddypress-xprofile-custom-field-types/
HI Xpher,
Thank you for the replyTo have them properly configure this class on the field.
Which class they are referring to and how does that need to be confiegured on the field? Please share details.
Regards
BrajeshI Xpher,
I am very sorry, I don’t see any class mentioned in my reply. Please point me.Regards
Brajeshit’s the “select2” class.
Meanwhile, on save of the repeater field, there is another yet related issue that comes up:
Warning: Invalid argument supplied for foreach() in /home/customer/www/…/public_html/wp-content/plugins/bp-xprofile-custom-field-types/src/handlers/class-taxonomy-terms-creator.php on line 73
Line 73 =
` foreach ( $value as $tag ) {
if ( ! term_exists( (int) $tag, $taxonomy_selected ) && ! term_exists( $tag, $taxonomy_selected ) ) {
if ( ! $allow_new_tags ) {
continue;
}$res = wp_insert_term( $tag, $taxonomy_selected );
if ( ! is_wp_error( $res ) && is_array( $res ) ) {
$sanitized[] = “{$res[‘term_id’]}”;
}
} else {
$sanitized[] = $tag;
}
}return $sanitized;`
I havve a feeling all this is related.
Hi Xpher,
Thank you for the reply.I am very sorry but I am unable to assist you with it.
1. We provide a basic set of field in the BuddyPress Xprofile Cusotm Field Types
2. BuddyBoss adds the repeater option. BuddyPress does not have any repeater option.
3. We don’t get any assistance from BuddyBoss support on what needs to be done to make it compatible.Since their support does not have any recommendation, It seems they want us to investigate their code and then update our code. At the moment, we lack the time to look in BuddyBoss’s implemnetation.
Thank you
BrajeshHi Xpher,
Thank you.I am very sorry that i wasn’t able to help you with this use case. I wish you all the best and hope it works. I wish that the BuddyBoss support did a little more to guide us in resolving it.
Regards
Brajesh
You must be logged in to reply to this topic.