Replies
- Brajesh Singh on August 21, 2019 at 10:26 pm in reply to: [Resolved] Best way to add a Member's Bio #24839
Hi Mike,
I do not think you need to sync the data as you will be using the xprofile field only. Still, It is easy to do that.Here is a plugin that allows it
https://wordpress.org/plugins/bp2wp-full-sync/Also, it can be achieved by 4-5 lines of code if we know the xprofile field id.
PS:- Allowing users to edit the field is a good idea.
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 10:23 pm in reply to: Force new members to sign up for a WooCommerce product after registration #24838
The default settings are applied for everyone whose role you do not specify in the custom code. The default settings is the one you configure on Dashboard->Settings->BuddyPress->Options page.
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 10:21 pm in reply to: How To Use BuddyPress Member Types Pro for Customizing Member Directory #24837
Hi Noah,
If bp-custom.php is not present and you are not familiar with php, you can put the code in your current active theme’s functions.phpPlease use a file manager(or ftp) and visit wp-content/themes/your current active theme. Please edit the functions.php and put the code at the bottom.
Or if you want, I can do it for you. Will need ftp access to do that though.
Thank you
Brajesh - Brajesh Singh on August 21, 2019 at 8:23 pm in reply to: How To Use BuddyPress Member Types Pro for Customizing Member Directory #24832
Hi Noah,
Please put the code from here to your bp-custom.php(One of our team members added it today).https://gist.github.com/raviousprime/6a558dc41e0c0a78c2aab0f411b8643a
That will add a member type dropdown on WooCommerce registration page.
Please let me know if that works for you or not?
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 8:20 pm in reply to: [Resolved] Best way to add a Member's Bio #24831
Hi Mike,
The user meta is global, so the bio field is global. If updated on one site, It will reflect on all sites. You do not need bio to sync to BuddyPress xprofile fields.If you want to use bio as BuddyPress field, you can create a multi line text area field and let it be as non required. That will work too.
For basic fields like name and Bio, I think Base group is a good choice.
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 8:06 pm in reply to: [Resolved] Friends only activity stream function loses mentions #24829
Hi Craig,
You are welcome 🙂 I am glad it is fixed.
- Brajesh Singh on August 21, 2019 at 8:05 pm in reply to: Force new members to sign up for a WooCommerce product after registration #24828
Please use a negative value like -1 to stop it completely.
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 1:51 pm in reply to: [Resolved] notifications component_name #24819
Hi Rav,
Thank you for confirming.I am glad it worked.
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 1:50 pm in reply to: [Resolved] Friends only activity stream function loses mentions #24818
Hi Craig,
There was a minor bug preventing users from seeing the content for other tabs.I have updated the code there.
https://buddydev.com/make-your-buddypress-sitewide-activity-stream-friends-only/Regards
Brajesh Hi Jeremy,
The BP Magic theme(originally designed in 2012) was not designed for mobile experience. We realized it later and that’s why this theme hasn’t got much update recently.Regards
Brajesh