Replies
- Brajesh Singh on January 28, 2020 at 10:11 am in reply to: [Resolved] Make URL for xProfile Field open in a new tab. #27482
Thank you for sharing Keith.
Regards
Brajesh Hi Stephane,
Welcome to BuddyDev.There does exist a plugin for this.
https://wordpress.org/plugins/buddypress-conditional-field-groups/
I haven’t tried it recently. Please give it a try and see if it works for you.
Regards
Brajesh- Brajesh Singh on January 28, 2020 at 10:08 am in reply to: BP Group Description Bug when entering text in Description field #27480
Hi Daniel,
It’s strange. I haven’t seen any issue like this. May be you can try by switching theme and see if the behaviour persists?
Regards
Brajesh - Brajesh Singh on January 28, 2020 at 10:07 am in reply to: Force redirect users with empty profile photo to a specific page #27479
Hi Tosin,
I am sorry for the delayed reply.The above code is very minimal and will not have any effect on your page loading speed or site efficiency.
I do not see a reason to write code for specific page. Please do let me know if you have other reasons.
Regards
Brajesh Hi Keith,
Thank you.It’s good to know you find the issue and resolved it.
Regards
Brajesh- Brajesh Singh on January 23, 2020 at 9:26 pm in reply to: User Circles – How to rename "circles" #27457
Hi Richard,
Thank you for using the plugin.Please use translation tools to translate the plugin. The plugin should be fully translatable.
You may use poEdit(desktop tool) or any of the WordPress translation plugins to accomplish it.
Regards
Brajesh - Brajesh Singh on January 23, 2020 at 8:18 am in reply to: Force redirect users with empty profile photo to a specific page #27454
Hi Tosin,
thank you for the patience.Here is the code
// filter redirect url. add_filter( 'buddypress_profile_completion_redirect', function ( $redirect_url ) { return get_permalink( 77465 ); } ); // filter skip option. add_filter( 'bp_force_profile_completion_skip_check', function ( $skip ) { if ( is_page( 77465 ) ) { $skip = true; } return $skip; } );1. It assumes you have profile restrictions applied.
2. It redirects user to page 77465 if their profile photo is not available.
3. It does not change the behaviour/access for the page 46589 if the user has a profile photo.hope that helps.
Regards
Brajesh - Brajesh Singh on January 23, 2020 at 7:50 am in reply to: [Resolved] Mediapress Media moderation – get photo status in moderation #27452
Hi Jan,
We store a meta key to mark an item as under moderation. It is under post meta_mpp_in_moderationThe mpp_get_media_count is not capable of handling meta key.
We need a query that is similar to mpp_get_media_count but excludes these posts. I may be able to write something on Tuesday(Or modify MediaPress API to make it simpler).
Regards
Brajesh - Brajesh Singh on January 23, 2020 at 4:06 am in reply to: xProfile field for a registration form in Elementor #27449
Hi Granmeh,
Thank you for the question. I am not aware of anything that allows this currently.
Regards
Brajesh - Brajesh Singh on January 23, 2020 at 4:03 am in reply to: [Resolved] Editing the button in buddypress editable activity #27448
Hi Chameli,
Thank you for using the plugin.Are you using it with BuddyBoss theme? Please let me know the theme and I will assist.
Regards
Brajesh