Search Results for 'buddyboss'
-
Search Results
-
Hello
I find many codes and plugins that help me to avoid the activation email when members join in the site, but when I tried these options affect the invitation system of buddyboss.
For example, if I invite a user to join with a specific role “teacher” with the code the join as subscriber. I know I can change the role, but I want to know if it’s possible to automatically detect the role where I invite the user.
“”function disable_validation( $user_id ) {
global $wpdb;
$wpdb->query( $wpdb->prepare( “UPDATE $wpdb->users SET user_status = 0 WHERE ID = %d”, $user_id ) );
$users = $wpdb->get_results( “SELECT activation_key, user_login FROM {$wpdb->prefix}signups WHERE active = ‘0’ “); foreach ($users as $user) {
bp_core_activate_signup($user->activation_key);
BP_Signup::validate($user->activation_key); //fix roles
$user_id = $wpdb->get_var( “SELECT ID FROM $wpdb->users WHERE user_login = ‘$user->user_login'”); $u = new WP_User( $user_id );
$u->add_role( ‘subscriber’ );
}
} add_action( ‘bp_core_signup_user’, ‘disable_validation’ );
add_filter( ‘bp_registration_needs_activation’, ‘__return_false’ );
add_filter( ‘bp_core_signup_send_activation_key’, ‘__return_false’ );”
Plugin name: BuddyPress Auto Activate Auto Login and BP Disable Activation Reloaded
Thanks for the helpIm using buddyboss not buddy press but I assume solution would be the same.
I have a server with 4 cores when I go to /groups and open 8 or more tabs my cpu usage goes to 100% 8gb of ram. Php-fpm is the process that takes up resources. I have my php-fpm set to static
At this point Im not sure if I need more cores or what to do…..
Topic: Pay2Register 1.0
Our Plugin Pay2Register is fully compatible BuddyPress
https://apps.xproline.io/pay2register
Charge users registering to a website or community
This WordPress plugin allows you to charge users a fixed price to create an account at a website, or a community. In settings, you can define the currency, the amount to charge, your payment gateway API keys, the displayed text sentences. The plugin requires a Stripe account.After updating the settings, you only need to create a new WordPress page and include the shortcode [Pay2Register] to display the registering form. Compatible BuddyPress and BuddyBoss plugins.
I want to disable the notification email that is sent to the admin whenever a user changes his password, which is triggered by: wp_password_change_notification( WP_User $user ).
I have tried the solutions mentions on https://developer.wordpress.org/reference/functions/wp_password_change_notification/ but none of them worked
Any idea on how to stop these emails?My WordPress version is: 6.2
BuddyBoss ThemeVersion: 2.2.4I migrated from BuddyBoss back to BuddyPress. I am using the Astra theme now. Tested other themes and get the same results. Some changes in the database or php was done that made the members and groups page full width and the size of the profile thumbnails are huge. Any shortcuts trouble shooting much appreciated.
Topic: Issue updating profile image
Hi all,
I had BuddyBoss on my site for a long time but removed it and I am trying to use the original BuddyPress and BBPress.
For some reason though when trying to upload a new profile or header image it allows me to select a file and after clicking done nothing happens.
I am currently using Buddyboss (extension of buddypress) to create a directory of users. It allows me to add a search bar. The problem is the search bar only pulls up members if you insert the entire name, i.e. “David Buddypress” would work but “David” won’t bring up anything. To note I am using Memberpress with the Memberpress + Buddypress Integration and the Buddyboss platform.
Is there a way to add more functionality to the search? Any help would be much appreciated.
Topic: Fuzzy Search
I am currently using Buddyboss (extension of buddypress) to create a directory of users. It allows me to add a search bar. The problem is the search bar only pulls up members if you insert the entire name, i.e. “David Buddypress” would work but “David” won’t bring up anything. Is there a way to add more functionality to the search? Any help would be much appreciated.
Hello all,
i have installed BuddyPress and it wasn’t a good idea. I found out i didn’t need it and cannot delete it now. It throws a critical error (Call to undefined function bp_get_option() in …)
I am using BuddyBoss and both plugins don’t like each other, or so it seems.
Can i simply delete the Buddypress-Folder on the Server or can this cause any problems?
Thank you for helping.
Have a nice Day,
RangereinsPS: I never activated BuddyPress – It this helps
Topic: Scheduled Posts
Hi
I am working on creating a social media platform by buddyboss, but I have a problem, how do I allow the customer to schedule his post, is there a WordPress plugin that schedules posts.Hello all. This code is intended to add a border to each member’s avatars throughout the BB website (profile, members loop, heartbeats, widgets, etc.) based on profile type, using different colors. It’s not working. Help!!!
document.addEventListener(‘DOMContentLoaded’, function() {
// Get all member links with classes starting with “avatar user” because all avatars images are in a class which starts with those words
let memberLinks = document.querySelectorAll(‘a[class^=”avatar user”]’);// Loop through each member link
memberLinks.forEach((link) => {
// Get the member ID from the link’s href attribute
let memberId = link.getAttribute(‘href’).match(/\/members\/(.+)\//)[1];// Get the member’s profile type from the BuddyBoss API
fetch(wp-json/buddyboss/v1/members/${memberId}
)
.then(response => response.json())
.then(data => {
let profileType = data.xprofile_data.find(x => x.field_name === ‘Categoria’).value;// Add a border to the member’s avatar based on their profile type
if (profileType === ‘admin’) {
link.querySelector(‘img’).style.border = ‘3px solid black’;
} else if (profileType === ‘RedTeam’) {
link.querySelector(‘img’).style.border = ‘2px solid red’;
} else if (profileType === ‘BlueTeam’) {
link.querySelector(‘img’).style.border = ‘2px solid blue’;
} else if (profileType === ‘GreenTeam’) {
link.querySelector(‘img’).style.border = ‘2px solid green’;
}
})
.catch(error => console.log(error));
});
});Hello,
I have a critical error on my website and I need to desactive the puglin to my site back online again.
the problem is inside in one php file because said there is a problem with on fuction:
Fatal error: Uncaught Error: Call to undefined function is_user_logged_in() in /home/legacysp/www/sportworks.sport/wp-content/plugins/buddyboss-platform/bp-core/bp-core-template.php:2412
There is some update or something I’m doing is not correct, and it’s a base of all my users and I need put this Puglin online again,Thanks!
I use BuddyPress And Paid Memberships Pro on my website. So, My Problem is, When Members post anything in BuddyPress. Then non-members can’t see their posts. I want when any member posts anything then this post can see any user. Please give me a solution. How to make this. My website link is: https://nachbarschaftshilfe-ostholstein.de/
My WordPress version: 6.0.3
BuddyPress Plugin Version: 10.3.0
Paid memberships pro version: 2.9.8
Paid Memberships Pro – BuddyPress & BuddyBoss Add On: 1.3.1Topic: Gamipress Activity Stream
Hello,
I installed Gamipress on my Website. It runs with Buddyboss and Buddypress.
I don’t want the points the people get to be shown on the activity feed.Under settings – Add-ons – Buddypress – Where place user points: I didn’t turn on “on activity. It is turned off, but it is posted on the activity feed (news feed). How can I turn it off?
I am using the BuddyBoss platform in WordPress. I’d like to add content to the Documents tab in user profiles. I’ve been looking for a hook to target this tab, but I just can’t find it.
How can I do this?
Thank you.
Hi all!
Problem: I try to translate the plugin Buddypress User Blog, using Loco Translate. There is a …/plugins/buddypress-user-blog/languages/buddypress-user-blog-en_US.po file, which I copied to buddypress-user-blog-de_DE.po. I use the copy for translation. But translated file does not have any effect, neither if saved in plugins/buddypress-user-blog/languages/buddypress-user-blog-de_DE_formal.po nor in languages/loco/plugins/buddypress-user-blog-de_DE_formal.po.
Any ideas?
Kind regards
uagriMy Setting:
WP, Version 6.0.3
BuddyBoss-Plattform, Version 2.0.8
BuddyBoss Platform Pro, Version 2.1.1
BuddyPress Docs, Version 2.1.7
BuddyPress Group Tabs Creator Pro, Version 1.1.9
BuddyPress Groups Extra, Version 3.6.10
BuddyPress Integration for WooCommerce, Version 3.4.8
BuddyPress Simple Events, Version 5.1
BuddyPress User Blog, Version 1.3.5
BuddyPress User Profile Tabs Creator Pro, Version 1.2.6
Loco Translate, Version 2.6.2
and more …
https://zukunftmachen.mensch-in-bewegung.info/Some of the page links (notifications, groups, messages) redirect to the home page on my mobile device. The links work in the desktop version.
Found the problem.. Turned out to be the “Paid Memberships Pro – BuddyPress & BuddyBoss Add On” plugin. still working on a resolution.