Replies
- Brajesh Singh on May 30, 2016 at 7:38 pm in reply to: [Resolved] Limit Nickname field string length #4041
Closing and marking it as resolved as I have posted the code to your email.
Thank you.
Brajesh - Brajesh Singh on May 30, 2016 at 6:13 pm in reply to: [Resolved] Buddypress: Add a subnav item to members Profile – Friends #4040
Hi Chris,
Can you please check and let me know?Thank you
Brajesh Hi Allison,
Please use the following codefunction buddydev_set_membertype_on_wc_register( $user_id, $user_data ) { //decide which member type $member_type = "whatever";//PLEASE UPDATE IT bp_set_member_type( $user_id, $member_type ); } add_action( 'woocommerce_created_customer', 'buddydev_set_membertype_on_wc_register', 10, 2 );Please make sure to update the $member_type with the correct value and the user will be assigned the member type.
- Brajesh Singh on May 30, 2016 at 5:29 pm in reply to: [Resolved] Profile Visibility Manager Hide Friends List does not cover friends widget #4038
Hi,
Thank you for your patience. I finally realized that you were more right than me. It is how we deal with private group members list/friends list/friends request list.
I went with your suggestion and now the request group membership button will be available as well s the user will be listed in the member request.Please upgrade to 1.3.6 and let me know if that works for you or not?
Thank you
Brajesh - Brajesh Singh on May 30, 2016 at 5:27 pm in reply to: [Resolved] Translations issues of .po/.mo file in plugin bp-profile-visibility-manager #4037
Updated the plugin. Thank you.
Hi,
I am sorry I missed your post. I will be putting code in next couple of hours.Thank you
BrajeshMarking it as resolved due to lack of replies.
- Brajesh Singh on May 30, 2016 at 4:21 pm in reply to: [Resolved] BP Auto Activate Autologin Redirect To Profile On Signup #4034
Hi Christian,
Can we please have an update about it? Is it working for you or not? - Brajesh Singh on May 30, 2016 at 4:20 pm in reply to: [Resolved] BP Activity Autoload in BP Activity Shortcode #4033
Hi Israel,
An update is available now. Please use load_more = 1 in the shortcode.It will only work for the non filtered activities.
Thank you
Brajesh Hi Tammy,
Thank you. I can understand the issue. will have an update in next couple of hours and will message back here.Thank you for pointing it out.
Regards
Brajesh