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: 25337
    Brajesh Singh on in reply to: [Resolved] Idea: Quote for small plugin #25182
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25337
    Brajesh Singh on in reply to: Redirect BP profile page for certain user roles #25181

    Hi Isabel,
    I am sorry, I am not familiar with your theme, so unable to provide an exact answer.

    I need to know how to determine the listing profile of a user if id or username is given.

    I ma posting a sample code in which redirection is commented, Please feel free to adapt it based on how the listing works on your site.

    
    
    add_action( 'bp_template_redirect', function () {
    	if ( ! bp_is_user() ) { // replace with bp_is_my_profile() to only do it for own profie.e
    		return;//
    	}
    	// Use the id or dimain
    	// bp_displayed_user_id();
    	// bp_displayed_user_username();
    	// where do you want to redirect.
    	// $url = '';
    
    	// bp_core_redirect( $url );
    } );
    
    

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Carsten,
    It seems the participant is bbPress assigned role. It works a bit differently.

    For now, Please use the “Subscriber” role. It is not inactive role but doe not have much permissions.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Kerry, We will be assisting you with the rest on 6th.

    Thank you.
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337
    Brajesh Singh on in reply to: Video cannot be played; only a link appears #25178

    Hi Shannon,
    Welcome to Buddydev.

    The problem is that mov file is not playable over web out of the box. You will need to transcode it.

    To help, we have provided a transcoder(needs vps and ffmpeg software setup) or you can use any other way to do it too.
    https://buddydev.com/plugins/mpp-local-transcoder/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Audiomonk,
    To set the default status globally, Please visit Dashboard->MediaPress->settings.

    For existing Gallery and Media, you will need to change it manually. Changing the gallery permission will not make a private media public. You will need to edit it (you can bulk edit from gallery page) for the media too.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Hans,
    Thank you for the question.

    BuddyPress Moderation tools does show button on profile if you have enabled the moderation for users.

    I am not sure how Youzer works currently, In past they modified the BuddyPress view is non standard way and broke too many plugins.

    Please check someone else’s profile while being logged in. If it is not showing, Please contact Youzer plugin team and ask them if they have done something with ‘bp_member_header_actions’ action. We use this action to attach button.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337
    Brajesh Singh on in reply to: [Resolved] Troubleshooting my site #25175

    Hi Mike,
    Thank you for the update. I am glad you found it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337
    Brajesh Singh on in reply to: The Urgent Ones #25174

    Thank you Mike.

  • Keymaster
    (BuddyDev Team)
    Posts: 25337
    Brajesh Singh on in reply to: [Resolved] Troubleshooting my site #25172
    This reply has been marked as private.