Replies
- 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 - Brajesh Singh on January 23, 2020 at 4:00 am in reply to: I need help installing multisite plugin #27447
Hi Stephanie,
Welcome to BuddyDev forums.Please check your email. I have replied to your message over email and need details to get it done.
Thank you
Brajesh Hi Keith,
I am sorry for the inconvenience.Have you had any other change on the site recently? The recent update does not cause it. To conform, I tested it again before replying.
If you are using Media moderation, Can you please temporarily disable that to check this. Also, is there any other recent changes?
Please let me know and I will assist.
Thank you
Brajesh- Brajesh Singh on January 22, 2020 at 7:35 am in reply to: [Resolved] Buddypress Member Type Pro #27434
You are welcome 🙂