Replies
- Brajesh Singh on May 15, 2018 at 6:14 pm in reply to: Notifications shows 1, but then when you click it, it ways no new visitors? #15101
Hi Joanne,
Thank you for the patience.Please upgrade to 1.5.4 from here
https://buddydev.com/plugins/recent-visitors-for-buddypress-profile/Please let me know if it fixes the issue.
Thank you
Brajesh - Brajesh Singh on May 15, 2018 at 3:17 pm in reply to: Issue/Bug with plugin BuddyPress Profile Visibility Manager #15099
Can you please your settings for the minifier. I tried with autoptimize and Fast velocity and it worked for me.
For fast velocity, I did not add any extra settings. For the autoptimize, I enabled the minifiers(html, js,css).
Regards
Brajesh - Brajesh Singh on May 15, 2018 at 2:29 pm in reply to: [Resolved] Contact Form update broke site #15096
Marking resolved as per the email. The issue was conflict between the settings framework.
Marking resolved as per your email.
- Brajesh Singh on May 15, 2018 at 2:28 pm in reply to: [Resolved] Member to enable/disable to get indexed from Search Engines #15094
Hi Daniel,
Are you using a custom plugin that allows you to index/no index profile.BuddyPress doe not have this functionality.
Still, It is easy to do that.
All you need to do is add a meta tag like this<meta name="robots" content="noindex, nofollow">I don’t see any existing plugin giving an option to the user though.
- Brajesh Singh on May 15, 2018 at 2:25 pm in reply to: Member Type not saving on Register Page #15093
Hi Marie ,
Are you using any other plugin/code that works/modifies the registration process or the member types?
Thank you
Brajesh - Brajesh Singh on May 15, 2018 at 2:23 pm in reply to: [Resolved] Need to delete a textline in BuddyBlog plugin #15091
Hi Daniel,
1.<?php elseif ( bp_is_my_profile() && buddyblog_user_can_post( get_current_user_id() ) ): ?> <p> <?php _e( "You haven't posted anything yet.", 'buddyblog' );?> </p> <?php endif; ?>2. Yes.
Regards
Brajesh - Brajesh Singh on May 15, 2018 at 2:22 pm in reply to: No option to save profile photo, cropping doesn't work either. #15090
Thank you for posting.
Hi Daniel,
I am sorry I have been way from forums for last few days.It is possible that the ajax registration may prevent normal registration emails from being sent in the auto activation mode.
I am not sure why the users are registering from normal register page(they have direct link?), but there is a solution to it
/** * Only enable hook filtering if doing ajax. * * @param $do * * @return bool */ function buddydev_only_hook_on_ajax_register( $do ) { return defined( 'DOING_AJAX' ); } add_filter( 'bpajaxr_is_auto_activation_mode', 'buddydev_only_hook_on_ajax_register' );If we add this line to our bp-custom.php, the ajax registration will only be enabled when handling ajax request and won’t cause any issue with the normal flow.
Please put this in the bp-custom.php and then check.
Regards
BrajeshHi Clyn,
Please translate it. You can use poedit to translate the label.Regards
Brajesh