Replies
- 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 🙂
- Brajesh Singh on January 22, 2020 at 7:35 am in reply to: Force redirect users with empty profile photo to a specific page #27433
Hi Tosin,
thank you for the question.is there a chance that you are using on eof our plugin
– Buddyress Force profile Photo
– BuddyPress profile Completion
– BuddyPressUser with Uploaded AvatarsI am asking because these plugins do save the user’s avatar presence in database. BuddyPress does not keep this detail out of the box.
Please let me know and I or my team will assist you.
Thank you
Brajesh Hi giuseppe,
Thank you for the reply.I haven’t seen any official word from Ray. That reply was from Andy(the original Developer of BuddyPress and the follow plugin).
Yes, Please do feel free. We need to know if there will be a release on wp.org or not. That will help decide our course of action.
Thank you
Brajesh