Search Results for 'buddypress'
-
Search Results
-
WP 5.8.2
Buddpress 9.1.1
https://dme.childrenshospital.orgI have a searchable/filterable list on a page that includes a subset of all registered site users. The list is generated by a custom plugin that loops through the Buddypress member profiles and looks for a value (the buddy press field is a custom field). If there is a value, the user is included in the list. The problem is that the list has been working in the past but now displays some but not all members that should be displayed. There is no discernible discrepancy between data for members that are and are not being displayed. And it’s not just new users that are not displaying. Any thoughts on how to attack this problem?
For starters, this is the function being called to return all Buddypress members, does this look right?
if ( (bp_ajax_querystring( ‘members’).’&type=alphabetical&per_page=1000′) ) {
while (bp_members()) : bp_the_member();My site first time to byte was very high so I contacted my server and found the following error sheet. Seems to be a fault with buddypress, some plugin conflict perhaps. What should I do?
Site: http://www.indikaari.in
Environment file link: https://drive.google.com/file/d/1AZlx-6lgA2ZPZxsH6VZJ-KH-07v4s2Gs/view?usp=sharing
Error file link: https://docs.google.com/document/d/1ZzR0lumbbAPGkhI7iI2lWxHy2iw88lys/edit?usp=sharing&ouid=116865224386506907417&rtpof=true&sd=trueThank you.
I’d like to add custom WordPress profile fields that in turn are synchronized with BP Xprofile fields. (I want to register users not using buddypress for registration)
this bpdev post hints that is would be a ‘thing’ – but the explanations are incomplete. https://bpdevel.wordpress.com/2021/03/24/wordpress-xprofile-field-types/
searching solutions for adding WP profile fields look like there is no way they’d be compatible with Xprofile sync
Is this even possible?
Is there an explanation/tutorial somewhere?
Thanks
I wrote the following function, but i still can’t create a group. I’ve made sure that the function is getting called, so that is not the issue
function start_a_new_group($profile_id, $status) {
if ( !function_exists( ‘groups_create_group’ ) ) {
require_once ‘/bp-groups/bp-groups-functions.php’;
}$defaults = array(
‘group_id’ => $profile_id,
‘creator_id’ => get_current_user_id(),
‘name’ => ”,
‘description’ => ”,
‘slug’ => ”,
‘status’ => $status,
‘enable_forum’ => 0,
‘date_created’ => bp_core_current_time()
);
return groups_create_group($defaults);
}Wordpress version 5.8.2
Buddypress verion 9.1.1
Theme is Twenty TwentyAny ideas?
Dear Sir/madame
Yestarday in my website i made a mistake on buddypress plugin and when i tried to contact wo help center they recomende me to inactive buddypress and after i do so i cant re install it again. Why is that? What can i do to install buddypress plugin again? My website is http://www.haslawbook.com
Sincerely
Hasen Mh HassenTopic: Awards on profile?
I run a toll-free hotline where each call can literally be the difference between life and death. I use BuddyPress to keep my operators connected. When one of my operators calls an ambulance for a caller, and is able to save that caller’s life, I want to be able to put a medal or badge on their profile page, with a medal for each time they save a callers life. I tried BadgeOS with the BuddyPress integration plugin, and it didn’t work. So, I’m looking for a way to display an image on a member’s profile page. Does anyone have any info on how to do that?
Thanks in advance!
Hello, I’ve installed WP/BuddyPress, and everything seems to be working fine, but I can’t find the “Community Page”? Right now I have it set so that the Activity page is the page everyone goes to when they log in. How do I set it to the community page?
Hello,
The site we’ve developed the client doesn’t want to have any of the forum topics or posts available to the public. I’ve tried a few plugins to try and fix this but none seem to work;
bbPress Members Only
BuddyPress Members Only
Wbcom Designs – Private Community for BuddyPressDoes anyone know how to completely lock down anything in the /forums/ part of the site so that only members can access?
Having an odd problem, which is that I can’t add any members to a group if it was originally created with an ampersand in the name. Even if I change the name of the group (to and) and even if the slug doesn’t have any special characters, I still can’t add any members. I get the error: The following users could not be added to the group.
I’ve tried disabling all other plugins, deleting BuddyPress and installing it from scratch, etc. I’m using the latest version of WordPress and BuddyPress. Any thoughts welcome.
Topic: Change BuddyPress Theme
I’m using Fortuna template with my website and i need to change theme of buddypress , how can i do this?
Topic: Linking blog to Buddypress
Hi!
I created a community website for people to meet and travel so I installed BuddyPress.
There are post blogs showing places to visit and I’d like for the members to be able to “like” a post of the place they’d like to go and to have it written somewhere in their profiles like “Friends” “Groups” “Activity” etc.I tried several extensions but it doesn’t work, I tried Buddypress like by Darren Meehan (which doesn’t work at all), Favorite by Kyle Phillips seem to work but I can’t link it to the profiles. Idk what I can do.
I use the Divi theme, WordPress is 5.8.2 and BuddyPress is 9.1.1
Here’s the website http://armyvof.cluster031.hosting.ovh.net/ (sorry but it’s in french, no english!)
Thanks in advance!