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: 25490
    Brajesh Singh on in reply to: added a new -? #38216

    Hi Zloiy,
    Thank you for the details.

    I will recommend using a localization tool or plugin for the same. you can use poedit if you are familiar with it or install Loco translate plugin and then translate the string.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Issam ,
    Thank you for the video.

    Can you please confirm the following:-

    1. Is the registration page on the main site or a sub site?
    2. Have you saved the Dashboard->Settings->BuddyPress->Components after enabling multi network on that site? Ix the xprofile component enabled here?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Anders,

    You can copy the file from plugin/buddypress/bp-templates/[your-currently-active template pack(bp-legacy or bp-nouveau]/buddypress/members/single/profile/change-avatar.php to your themes/[current-active-theme]/buddypress/members/single/profile/change-avatar.php and modify it.

    Please make sure to replace [current-active-theme] with your actual theme directory name.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Kateryna ,
    Thank you for the screenshots.

    In fact, you are right about the links. They were as plain text and not the linked url. We will release an update tomorrow to change this behaviour. I believe I had some filter active(make_clickable) causing the link to be clickable for me.

    I will post a reply after the update.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Ryan,
    Thank you for sharing the issue.

    The problem was the file extension plugin enabled the file type for the upload but did not add it to the list of known mime types.

    so, upload was working but the file was not selectable.

    Please add the following code extra(Keep the file type plugin active).

    
    
    /**
     * Extend list of all mime types with plottr
     */
    add_filter( 'mime_types', function ( $types ) {
    	$types['pltr'] = 'text/plain';
    
    	return $types;
    } );
    

    to your bp-custom.php and try now.

    regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: [Resolved] Edit Profile Drop Down menu items #38208

    Hi Brent,
    I am sorry, we could not assist you with it earlier.

    Since we processed the refund for the theme, I am marking this topic resolved.

    The menu is called BuddyPress User profile Nav/Tab and you can edit them as you please using our BuddyPress User Profile Tabs Pro plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Thank you John.

    I am glad it is working now. I apologize for not publishing this earlier. We do need to allow users the edit role to provide them with publishing capability.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Carsten,
    You have already selected the field for all member types in the right side box. Please check your screenshot again.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: How to request a refund #38205

    Hi Alexis,
    I hope you are doing well.
    can you please send us a message via contact form or reply here with the issues you faced and we will go ahead with the refund.

    Regards
    Brajesh

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