Replies
Hi Laurent,
Thank you for your patience.I have tested the plugin with Gwangi theme and it is working fine. So, I believe there is no issue with the theme.
https://i.ibb.co/rmNw1N8/Selection-502.png
It seems the translation broke(It is still our bug). It seems the object format, test has some issue.
For the time being, Please visit Dashboard->Loco Translate->plugins and delete the translation for this plugin. That should temporarily fix the error.
we will be releasing an update on Monday with escaped translation string.
PS:- If possible, Please download your translation and share it with me. It will help us understand what caused the notifications to break.
Thank you
Brajesh- Brajesh Singh on May 13, 2022 at 9:43 pm in reply to: [Resolved] Redirect users immediately after profile photo upload #44946
Hi Tosin,
Thank you for the question.This needs to be done on client side(via js).
Please remove the above code that you are using and add the followj g php code
/** * Redirect user on successful php upload and crop. */ add_action( 'bp_enqueue_scripts', function () { // you can set the url value to anything. $url = trailingslashit( trailingslashit( bp_get_members_directory_permalink() ) . 'me/' . bp_get_members_invitations_slug() ); ob_start(); ?> bp.Avatar.Attachment.on( 'change:url', function( data ) { if( data.get('object') == 'user' ) { window.location="<?php echo esc_url( $url ); ?>"; } } ); <?php $script = ob_get_clean(); wp_add_inline_script( 'bp-avatar', $script, 'after' ); }, 100 );That will take care of your redirect. Please let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on May 13, 2022 at 9:16 pm in reply to: MediaPress MultiUpload then Activity only One Entry #44945
Hi Maurice,
Thank you for the question.
There is a setting for this.Please visit Dashboard->MediaPress->Settings->BuddyPress and disable creating activity for individual uploads.
After that, you can publish the bulk media to activity from media manage pages.Regards
Brajesh - Brajesh Singh on May 13, 2022 at 9:14 pm in reply to: Mediapress slows down the server during upload media (nginx) #44944
Hi Maurice,
The functionality you are looking for(scaling) will be something you will need to setup with your host. May be you need some load balancer.The slowness of upload is beyond control of the plugin as it depends on your number of users server resources, file sizes etc.
My suggestion will be to look for offloading the media(if there is any media plugin that directly uploads to cloud instead of your server) or get in touch with your server support and get the load balancer setup for scaling your installation.
Regards
Brajesh - Brajesh Singh on May 13, 2022 at 6:25 am in reply to: [Resolved] Cant Update BuddyPress Moderation Tools #44938
Hi Nick,
I am sorry for the inconvenience.
We dropped Moderation tools and Editable Activity from BuddyBoss package as BuddyBoss added their own and It started causing conflicts/confusions.It should not have been removed from our existing members but our system does not keep the detail about list of plugins purchased if you buy a membership and the list is determined dynamically at the time you visit your download page based on membership, so it was removed.
For the time being, I will share a copy with you and in future, if you renewed your membership, we will be happy to offer a coupon for free access to this plugin for 1 year(the duration of membership).
Should I share it with your account email on Buddydev or do you want to use a different one?
Regards
Brajesh Hi Laurent,
Thank you.
I had a look and I can see the issue.BuddyPress allows components to register a notification callback. This notification callback is passed either ‘string’ or ‘array’ while being called for preparing notification.
The best practices for BuddyPress is to use the Link(anchor element) for ‘string’ format and use an array of text/link(this link points to url of the notifiable object).
It seems your theme or the code used for rendering notifications is using their own custom notification renderer and calling the notification callback incorrectly with ‘string’ instead of array.
We do have access to Gwangi theme and I will be getting back to you within 24 hours with exact solution/recommendation.
Regards
Brajesh- Brajesh Singh on May 13, 2022 at 6:06 am in reply to: [Resolved] Upload photo or document is broken in activity #44936
Thank you.
I am glad it worked. It is possible to make it work with tinymce but that will need some extra customizations.I am looking forward to assist you with your other questions.
Regards
Brajesh - Brajesh Singh on May 13, 2022 at 6:04 am in reply to: Accept Terms of Service on registration #44935
Hi Lisa,
Thank you for the reply.do you want the terms to appear on the registration page of your site? We can guide you with that. Can you please help me understand how this relates to “allow members to change their Cover Images.”. That will help us provide you better assistance.
Thank you
Brajesh - Brajesh Singh on May 12, 2022 at 6:45 am in reply to: [Resolved] “BuddyPress User Badges” Update for BuddyBoss 2 #44926
Hi Hussein,
Welcome to BuddyDev support forums.Thank you for reporting the issues. We are in the process of testing all our BuddyBoss compatible plugins with BuddyBoss 2.0.
We will update badges with a solution within 24-48 hours.
Regards
Brajesh Hi Ethan,
I am sorry, that seems very odd. I have checked your site and the field id is same. I will be testing again and getting back to you.Regards
Brajesh