Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Deactivation Plugin not redirecting to custom page #32494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi MS,
    Welcome to BuddyDev.

    I am glad you have resolved it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Carsten,
    Thank you for the question.

    You can use it like this.

    
    
    /**
     * Buddypress Show Xprofile Field Data in The Profile Header.
     */
    function yzc_add_xprofile_field_data_in_profile_header( $name ) {
    
    	if ( bp_is_my_profile() ) {
    		return;
    	}
    
    	$field_data = xprofile_get_field_data( 'Age', bp_displayed_user_id() );
    	if ( ! empty( $field_data ) ) {
    		echo '<br/><strong>Alder:</strong> ' . $field_data;
    
    		$field_data = xprofile_get_field_data( 'From', bp_displayed_user_id() );
    		if ( ! empty( $field_data ) ) {
    			echo '  <br/> <strong>Fra:</strong> ' . $field_data;
    
    			$field_data = xprofile_get_field_data( 'Job', bp_displayed_user_id() );
    			if ( ! empty( $field_data ) ) {
    				echo '<br/><strong>Job:</strong> ' . $field_data;
    
    			}
    		}
    	}
    }
    
    add_action( 'bp_before_member_header_meta', 'yzc_add_xprofile_field_data_in_profile_header' );
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Greedy Nav Hidden In Refresh #32489

    Hi,
    Thank you for using Community Builder.

    Can you please check the demo on mobile and see if occurs there too?

    We have two version Community Builder and Community Builder Pro. At the moment, Community Builder is behind some revisions.

    Please let me know if happens on the demo too. We do plan to bring the updates in Community Builder in 2-4 weeks.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Plugin to Stop Private Groups #32477

    Hi Steven,
    The problem is, it is plain markup and there are no simple way to hide it. Using css, It can be but will not work for all themes.
    So, template override is the current suggested method. In future, if there are hooks available, It could be done via plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Following only activity #32476

    I am sorry, we have stopped providing free support for 3rd party plugins which do not relate to our themes or conflict with our plugins due to lack of time.

    Please contact relevant plugin author.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Jon,
    Welcome to Buddydev.

    I am sorry, we do not have any integration with BuddyPress Profile search in this plugin. If it worked, It was just by chance.

    The Conditional profile fields plugin only deals with Registration/Edit profile. If Andrea suggested it, It must have worked earlier.
    I regret my inability to look into it currently due to lack of time. It is not the feature we advertise currently(as we did not plan this). I hope that we may be able to add support in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    I assume you are usign a 3rd party plugin for followers.
    Please contact the plugin developers for the question.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Following only activity #32470

    I assume you are using a 3rd party plugin for followers.
    Please contact the plugin developers for the question.

    Regards
    Brajesh