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: 25384

    HI Mark,
    Thank you for the video. It was very helpful.

    I can see the issue. Here is the reason:-

    1. “Groups” is set as the default component(landing page) for a user. When you click on a user’s profile, you are see the groups as the default tab.

    2. The My Groups is set to “Only Me” for the user.

    That means, if you access your site.com/members/username/profile, this will be visible but the link site.com/members/username/ will not be visible as it defaults to my group.

    Solution:-

    Please either change the privacy for “My Groups” or change the Landing tab from Groups to profile.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: styling buddyblog #41792

    Hi Bob,
    Thank you for the reply.

    Yes, Please do share a copy of the changes to allow me see how can we incorporate them in the plugin. That would be helpful.

    Yes, you assumption about post type is correct. The act as a content store and you can use them n any way you like.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi,
    Thank you for confirming. I am glad the issue is resolved.

    I am sorry, we don’t have any option or suggestion for moderating the profile cover.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Mike,
    Please upgrade to 1.0.8 and then put this code in bp-custom.php

    
    /**
     * Disable upload form for the BuddyPress Activity Plus Reloaded
     */
    add_filter( 'bpapr_localizable_data', function ( $data ) {
    	$data['show_upload_buttons'] = 0;
    
    	return $data;
    } );
    
    

    That will disable the upload form for activity plus.
    Now, you can keep both MediaPress and Activity Plus Reloaded.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi,
    I will suggest finding out why the user is being added to the sub site. They should not be added to the sub site automatically. There must be some code or plugin doign it.

    enabling multi network for this purpose is not the right thing.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: BP Testimonials – Presales question #41788

    Hi Sal,
    Thank you for your interest in the plugin.

    I am sorry, the plugin does not support uploading/adding media via testimonials.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi,
    Hope you are doing well.
    Thank you for the patience.

    If you are comfortable with the code, Please put this code in your bp-custom.php

    
    */
    
    /**
     * Enforce use cache clearing on avatar approval.
     */
    add_action( 'bpavmod_avatar_approved', function ( $object ) {
    	if ( 'user' !== $object->item_type ) {
    		return;
    	}
    
    	$user = get_user_by( 'id', $object->item_id );
    	do_action( 'wpdiscuz_reset_users_cache', $user->ID . "_" . $user->user_email . "_" . $user->display_name );
    }, 20 );
    
    

    and try uploading a new avatar and going through the approval process. Does it work for the new avatar uploads now? Please let em know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: multi network plugin question #41778

    Hi,
    Sorry, the plugin will not be able to help you achieve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: BuddyPress Q. #41777

    Hi Muhittin,
    Yes, you are right.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Sal,
    Thank you.

    I am glad that it is resolved.

    Regards
    Brajesh