Replies
- Brajesh Singh on June 26, 2019 at 9:03 am in reply to: [Resolved] Recent Profile Visitors – no visit count in tab #23682
Hi Carsten,
Thank you for the prompt reply.I am referring to another setting. Please see
https://i.imgur.com/WGALnJP.png
Regards
Brajesh - Brajesh Singh on June 26, 2019 at 8:29 am in reply to: FB like activity list + BP Reshare plugin #23680
Hi Vivek,
I am sorry, I am unable to undrstand it on your site.The only reason plugin may not be listing is the share activity is not appearing as a distinct activity(other than increasing the count).
Please help me understand and I will assist,
Thank you
Brajesh - Brajesh Singh on June 26, 2019 at 8:20 am in reply to: [Resolved] Recent Profile Visitors – no visit count in tab #23678
Hi Carsten,
1. Please check the setting for the visited user(whose profile is being visited). Your configuration only considers the setting of visited user(always). Please check that. I am assuming it is not set to recording.Once you enable it, It will start recording.
Regards
Brajesh - Brajesh Singh on June 26, 2019 at 8:15 am in reply to: two notifications when a user comments on post #23677
Hi,
Do you mean localize to your language? If yes, then you can.If you are running multilingual site, then no.
P{lease do note that the above plugin does not add any notification. It lists the relevant activities. Also, if you are using a Activity wall plugin(not the default BuddyPress Activity), It may not work.
Regards
Brajesh - Brajesh Singh on June 26, 2019 at 8:13 am in reply to: [Resolved] French translation does not works #23676
Hi Thierry,
The correct file is bp-ajax-registration-fr_FR.mo and it should be in your wp-content/languages/plugins/ directory.Please give it a try.
Regards
Brajesh - Brajesh Singh on June 24, 2019 at 5:26 pm in reply to: [Resolved] Recent Profile Visitors – no visit count in tab #23660
Hi Carsten,
Thank you for using the plugin.It seems to me that both the images are same.
Please do note that the count in the tab bar shows the Unique visit count(ho many people visited) and not how many times.
Regards
Brajesh - Brajesh Singh on June 24, 2019 at 5:12 pm in reply to: BuddyPress User Profile Completion to only work after set number of logins #23659
Hi Philip,
Thank you for using the plugin.
Will it work if you can exclude the pages redirect by member types pro? That is the simplest thing.It is possible to count login but that will need a lot more customisation. Specially keeping track of the number of login after profile became incomplete.
Please let me know if skipping member type reidirected page will work?
Regards
Brajesh - Brajesh Singh on June 24, 2019 at 5:08 pm in reply to: FB like activity list + BP Reshare plugin #23658
Hi Vivek,
Please allow us to check it tomorrow and get back to you.Thank you
Brajesh - Brajesh Singh on June 24, 2019 at 12:07 am in reply to: [Resolved] Hide member type page from non PMPro members #23650
Hi Daria,
Please put this code in your bp-custom.phpadd_action( 'bp_template_redirect', function () { // Do not lock if user is logged in or we are not on members directory. if ( ! bp_is_members_directory() || is_user_logged_in() ) { return; } // If PMPro does not exist or the directory is not locked, return. if ( ! function_exists( 'pmpro_bp_is_member_directory_locked' ) || ! pmpro_bp_is_member_directory_locked() ) { return; } // usr is not logged and directory is locked, redirect to login. bp_core_redirect( wp_login_url( $_SERVER['REQUEST_URI'] ) ); } );Is it working. I haven’t tested it though I hope it should work.
Please let me know if it works or not?
Thank you
Brajesh - Brajesh Singh on June 23, 2019 at 11:53 pm in reply to: [Resolved] Buddypress and Woocommerce #23649
For New members looking at this topic,
We have released our own integration with WooCommerce & BuddyPress which provides a lot of flexibility in working with BuddyPress & WooCommerce.https://wordpress.org/plugins/buddycommerce/
Regards
Brajesh