Replies
- Brajesh Singh on March 20, 2023 at 6:27 am in reply to: [Resolved] Question about visibility of profile fields (in the wp database) #48829
Hi Mike
You are welcome. Hi Nik,
Thank you for the question.
You may want to use this to remove the filter.// Disable BuddyBlog groups filtering of activity action string. add_action( 'init', function () { if ( ! class_exists( BuddyBlog_Groups\Handlers\Activity_Helper::class ) ) { return; } $activity_helper = BuddyBlog_Groups\Handlers\Activity_Helper::get_instance(); if ( has_filter( 'bblpro_pre_format_activity_action_new_blog_post', array( $activity_helper, 'format_activity_action_string' ) ) ) { remove_filter( 'bblpro_pre_format_activity_action_new_blog_post', array( $activity_helper, 'format_activity_action_string' ), 10 ); } } );
In the same way, you can add your won filter.
Regards
Brajesh- Brajesh Singh on March 20, 2023 at 6:17 am in reply to: [Resolved] Reasons Not to Migrate to NING #48827This reply has been marked as private.
Hi Earl,
As I mentioned in my previous reply, I abandoned it mid way. I am re-evaluating it and seeing if we should push for it or not.For the time being, ray’s repo is the current solution.
Regards
Brajesh- Brajesh Singh on March 20, 2023 at 6:01 am in reply to: Sync Buddypress and wordpress avatars #48825
Hi Earl,
Thank you for the question.
By WordPress avatar, do you mean gravatar? BuddyPress already falls back to gravatar if a local uploaded avatar is not available.Regards
Brajesh Thank you Nik.
I am sorry, It was totally our bug and we should have found it earlier. We had this behaviour in the original BuddyBlog(free) plugin and we carried that over to the new BuddyBlog Pro without thinking of the issues.Thank you for reporting and helping us resolve it.
Regards
BrajeshHi Tosin,
Thank you for the request.
At the moment, it is not doable.I am hoping that I may be able to have it in next 7-10 days.
Regards
Brajesh- Brajesh Singh on March 17, 2023 at 1:21 pm in reply to: [Resolved] udyPress Auto Activate Auto Login Redirect conflict with Recaptcha #48815
Thank you.
I will test and get back to you 🙂Regards
Brajesh - Brajesh Singh on March 17, 2023 at 1:17 pm in reply to: [Resolved] udyPress Auto Activate Auto Login Redirect conflict with Recaptcha #48813This reply has been marked as private.
Hi Nik,
Thank you for your patience.
There was a bug which manifested when included terms were specified. The post was assigned to all included terms if none was specified.It is fixed now. Please upgrade to BuddyBlog pro 1.3.6. This will work as expected(and there is no change required at your end).
Regards
Brajesh