Search Results for 'questions'
-
Search Results
-
Hi,
I’m looking for a way to disable the global activity stream but keep the normal ones in the profiles for each user enabled.
So just to be clear i mean with disable, zero possible (server) queries and zero data fetching.
The BP forum search wasn’t really helpful since the questions were mostly about how to hide the tab links to the global activity stream and they were also very dated.
So is there such a way to get it maybe done via functions.php? Since i really don’t want to tinker around in the BP source files.
Thanks a bunch in advance
Topic: Profile Fields
I have 2 questions regarding BuddyPress profile fields.
1. is it possible to remove the required name field? I want to remove this and add First and Last name as 2 separate fields instead.
2. I have a field set as Phone Number type but I am able to put anything into the field. It does not validate as a phone number. How do change this so users can only put #’s in this format: (area) xxx-xxxx?
I’ve found a very interesting website http://healthunlocked.com
I want to know if I can use BUDDYPRESS to build a community with the same features like this site.
In particular,I’d like to distinguish between organizations and individuals.
The organizations apply to build communities, and organizations can post blogs in established communities to answer questions, free and paid features.
The data discussed by members can be saved and can be provided to scientific institutions for analysis.
Some suggestions about these?
Hi. I’m writing a webhook that’s intended to create a user and register them in BP. After examining function bp_core_screen_signup() in buddypress/bp-members/screens/register.php, I thought I could just stuff values I receive into the correct $_POST variables and call the function, but it immediately returns after this statement near the top:
if ( ! bp_is_current_component( 'register' ) || bp_current_action() ) {
So I have two questions:
- Am I going in the right direction by emulating a post and calling bp_core_screen_signup() directly? And if so…
- What is the correct/proper/best way to set the current component and action?
Thank you.
Hello ! I’m discovrying BuddyPress. I installed it on a website wich used Woocommerce for memberships (as products).
So I installed the plugin to link thes products with groups created with BP. But I any questions :
1) I wish to add a default avatar by membership type (user could modify it after). So, I have 4 adhesion type, with 4 groups. Is it possible ? I looked for it into the WP plugins directory but didn’t find what I search.2)The list of users is correct with each role and membership. But groups are empty. How can I associate members with the group for each membership ??
Thanks a lot fory uour help !