Search Results for 'buddypress'
-
Search Results
-
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!
Topic: Admin Bar on top of site
Topic: Margin-left move
So I also have youzify plugin enabled for my Buddypress and I have been trying to get the buddypress pages to shift to the left so the content doesnt hide behind my elementor section.
I have tried editing the css files in youzify but to no avail. Can anyone help me ?
Hello, I am very fresh in BuddyPress, I got very wired issue.
My site is just a hello world version.
After I activate BuddyPress, one wired header appears on the top of my site. It includes a wordpress logo, Log In and Register and a search bar.
This wired header is always there, even if I have selected one theme or do something else. It is always at the top of the site….
Could anyone please tell me where shuold I go to deactivate this things?
We’re currently setting up Buddypress alongside memberpress in a demo site. They seem to work very well together and the Buddypress user profiles in particular are a greater feature to have. However, we need to remove access to the members directory while maintaining access for users to view their own profiles.
It would be a bonus if users were redirected to their profile page is they hit /members/, but at a minimum we need to hide the content there. Is this something that can be done with out-of-the-box settings, or how can we otherwise achieve this?
Hi all,
We are working with the MasterStudy theme. We would like to modify the buddypress registration form to be able to add necessary data of the students, where can we do it? I don’t see the option within the BuddyPress settings of the theme
Hello,
I am running a Gwangi dating theme with BuddyPress and PaidMembershipPro.
I want to know if anyone has the code or plugin suggestion that can blur all members’ profile pictures so that the unpaid members can’t see it unless they upgrade to a paid membership.
Something like this:
Hello,
I am looking for php code to be inserted into my custom function plugin so that my admin account will be visible hidden from members on members directory and else where.
I did see some colder codes here but it does not seem to be working on the current BuddyPress version.
Does anyone have the workable code?
Thanks