• Resolved ironlion37

    (@ironlion37)


    Hi, when I purchased the Buddyboss addon with the profile completion trigger, I assumed it would include Xprofile fields. That does not appear to be the case.

    In buddyboss installations, there is a file:

    /buddyboss-platform/bp-xprofile/classes/class-bp-xprofile-profile-completion-widget.php

    Are you all willing to develop a trigger that measures profile completion as the BB profile completion widget does?

    // Hide the widget if “Hide widget once progress hits 100%” selected and progress is 100%

    if ( 100 === (int) $user_progress[‘completion_percentage’] && ! empty( $instance[‘profile_hide_widget’] ) ) {

    return;

    }

    That widget handles additional profile field groups. These are essential to creating full profiles without requiring too much info at signup.

    Without this trigger, the WP Automator Buddyboss Addon is of limited use.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Buddyboss/Xprofile Completion Trigger’ is closed to new replies.