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

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

    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: 25486
    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: 25486
    Brajesh Singh on in reply to: BuddyPress Q. #41777

    Hi Muhittin,
    Yes, you are right.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Sal,
    Thank you.

    I am glad that it is resolved.

    Regards
    Brajesh

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

    Hi Bob,
    I am sorry for the delayed reply.

    Here is what I am seeing in if we use the form on the single page

    https://i.ibb.co/cwx1Fm0/Selection-412.png
    https://i.ibb.co/fNdbRPV/Selection-413.png

    Please let me know what improvements you suggest.

    Regards
    Brajesh

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

    Hi Muhittin,
    That will be actually the initial beta release for this plugin. The scope of this plugin changed(It became a relationship api and then follow on top of that as an implementation(as suggested by BuddyPress core team) instead of just a follow plugin).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Sal,
    Thank you for using the plugin.

    since the shortcode is not working, please contact the author of shortcode and let me know if there is anything special needed by their shortcode.

    we do not do anything, simply call do_shortcode to render the shortcode.

    Regards
    Brajesh