Replies
- Brajesh Singh on June 2, 2016 at 10:53 am in reply to: Adding media not working in mediapress! #4067
Hi Roobie,
My apologies for the inconvenience. Are you using any other media plugin? Also, Can you please point us to your site if feasible, need to test it.Thank you
Brajesh - Brajesh Singh on June 1, 2016 at 11:12 am in reply to: Maintenance Mode message appears in login page #4057
Hi,
Can you please visit your plugins and see if There is a Maintenance Mode plugin active? That message is not part of WordPress core as far as I remember.
Please check and let me know if you see anything like that or not?Thank you
Brajesh - 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?