Replies
- Brajesh Singh on June 4, 2016 at 12:32 am in reply to: Adding media not working in mediapress! #4100This reply has been marked as private.
- Brajesh Singh on June 3, 2016 at 12:41 pm in reply to: [Resolved] Translations issues of .po/.mo file in plugin bp-profile-visibility-manager #4088
Thank you:)
Hi Rahul,
Welcome to BuddyDev.My apologies for the inconvenience.
Since we are both from India, Paypal will not allow payments due to govt. regulations on internal payments.
For Payments, Please see the details Here
https://buddydev.com/docs/guides/account/accountmembership/how-do-i-get-a-premium-membership-from-india/I will be replying to your email too.
Thank you
BrajeshHi,
Welcome to BuddyDev.
I am sorry but the tag creation from front end is not allowed at the moment.- 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