Replies
- Brajesh Singh on September 3, 2019 at 10:54 am in reply to: [Resolved] Idea: Quote for small plugin #25182This reply has been marked as private.
- Brajesh Singh on September 3, 2019 at 10:50 am 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 - Brajesh Singh on September 3, 2019 at 10:43 am in reply to: Force new members to sign up for a WooCommerce product after registration #25180
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 - Brajesh Singh on September 3, 2019 at 10:41 am in reply to: Only one Gallery per user and auto create gallery during registration #25179
Hi Kerry, We will be assisting you with the rest on 6th.
Thank you.
Brajesh - Brajesh Singh on September 3, 2019 at 10:40 am 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 - Brajesh Singh on September 3, 2019 at 10:35 am in reply to: I need a way to share single images from a gallery to facebook? #25177
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 - Brajesh Singh on September 3, 2019 at 10:33 am in reply to: Report button on member's profile? Buddypress Moderation Plugin #25176
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 - Brajesh Singh on September 3, 2019 at 10:29 am in reply to: [Resolved] Troubleshooting my site #25175
Hi Mike,
Thank you for the update. I am glad you found it.Regards
Brajesh - Brajesh Singh on September 3, 2019 at 9:54 am in reply to: [Resolved] Troubleshooting my site #25172This reply has been marked as private.