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: 25373
    Brajesh Singh on in reply to: Recent Visitors layout issue #38231

    Thank you. Is it available with their free or pro version? I haven’t checked that theme recently. We will most probably need to look into what they are doing with the loop to see why the recent visitors is not following it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Recent Visitors layout issue #38229

    Thank you.
    Does GeneratePress come with BuddyPress support for loop?

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Recent Visitors layout issue #38227

    Hi Carsten,
    Thank you for the post.

    Are you using a custom theme, if yes, which theme it is? Please let me know and I will have more details.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    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: 25373

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

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

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

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

    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