BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 4
    Xpher on #46237

    Hi there,

    I’m now trying via buddyforms & ACF. If this doesn’t work either, then I’m cancelling buddyboss.

    Really appreciate your feedback & follow-up so far!

  • Participant
    Level: Initiated
    Posts: 4
    Xpher on #46223

    it’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.

  • Participant
    Level: Initiated
    Posts: 4
    Xpher on #46213

    This is what they answer:

    They might be referring to the class you mentioned on this ticket which is select2 where you have added on field type

    Does this make sense? Let me know exactly what you need if not.

  • Participant
    Level: Initiated
    Posts: 4
    Xpher on #46196

    Copy/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/