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: 25336
    Brajesh Singh on in reply to: [Resolved] BuddyPress Signup Avatar #23436

    Thank you.
    Have a nice day!

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] BuddyPress Signup Avatar #23434

    Hi Mike,
    Thank you for the update. I am glad the shared avatars are working.

    For the sign up avatar, please allow me to test this plugin on multi blog setup and assist you tomorrow.

    I have just left the desk for today, will assist early tomorrow.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] BuddyPress Signup Avatar #23432
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Propertytips,
    Thank you for the patience.

    I have got it working now. Will be posting an update late Monday/Early Tuesday. I need to add a setting option to turnoff local upload and also check another issue(it seems the media is attached twice for some reason)

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] BuddyPress Signup Avatar #23429

    Hi Mike,
    Thank you for joining pro. I sincerely appreciate it.

    1. Do you use FTP? If yes, Please login via FTP and navigate to your wp-content/uploads directory. Then note the complete path.

    If it is in the sub folder like you posted, the path should be

    
    /public_html/MYSITE/wp-content/uploads
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] BuddyPress Signup Avatar #23426

    Hi Mike,
    Thank you.

    I sincerely appreciate the kind words and your support.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] BuddyPress Signup Avatar #23422

    Hi Mike,

    1. You caught it correctly. While posting the code on forum, I edited the path a bit to remove some identifying information. Sorry for that double wp-content. Removing one now. It should be the absolute path to your uploads directory.

    2. Yes, It is your main site.

    No, It should not stop use of gravatar.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] BuddyPress Signup Avatar #23420

    Hi Mike
    Welcome to BuddyDev.

    I have moved the topic to relevant forum.

    1. Disable signup avatar for now and let us get the avatar working.

    Do you have a solution for sharing avatars across multiblogs?

    I am using this on a WordPress 5.2 + BuddyPress 4.3 multisite, multi blog and it is working.

    
    
    define( 'BP_AVATAR_UPLOAD_PATH', '/public_html/wp-content/uploads' );// change with absolute path to your  wp-content/uploads directory.
    define( 'BP_AVATAR_URL', 'http://yoursite.com/wp-content/uploads' );
    

    Make sure to update the urls. Once this works for you(without the signup avatar), I will suggest trying signup avatar then.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Kory,
    Welcome to BuddyDev.
    I had a look and I can see the issue. The issue is something is preventing the required javascript file from being lodaded on your register page. I am assuming it is the Membership plugin.

    You may try enabling the field always by putting this in your theme’s functions.php(or if you have wp-content/plugins/bp-custom.php)

    
    add_filter('bpxcftr_load_front_assets', '__return_true');
    

    That should force load the javascript and make it work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: can not create blog post #23411

    Hi,

    Please revisit BudyBlog settings. You have checked the Taxonomies but not enabled them. Please enable them from the option.

    Also, for author, Please see my post here

    https://buddydev.com/support/forums/topic/author-can-not-blog/#post-23409

    Your issues are related to BuddyBlog configuration.

    Regards
    Brajesh