BuddyDev

Search

Using Conditional Profile Fields with BP Profile Search

  • Participant
    Level: Yogi
    Posts: 1105
    calu on #10438

    When using the “Conditional Profile Fields” plugin, and using the “add Xprofile fields to the members directory” code snippet, only the fields without visibility conditions created before the installation of the Conditional Profile Fields plugin, are visible in the members profile fields.

    These functions are added:

    add_action( ‘bp_directory_members_item’, ‘add_info_to_members_loop’ );

    add_filter (‘bp_xprofile_is_richtext_enabled_for_field’, ‘__return_false’);

    add_filter( ‘bp_is_conditional_profile_field_active’, ‘__return_true’ );
    ?>

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #10441

    Hi,
    Welcome to BuddyDev.

    Can you please explain the issue in a little more details.

    Thank you
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved