Search Results for 'buddypress'
-
Search Results
-
Hello –
In the Manage Pending Memberships page when I click to Activate a Pending Account I get the following fatal error.
Despite the error, the pending account does get activated and the requesting member gets a confirmation notification.
Any assistance with this would be greatly appreciated.
Thank you –
Fatal error: Uncaught Error: Class ‘BP_Notifications_Notification’ not found in /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-membership-requests.php:249 Stack trace: #0 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(309): bp_members_membership_requests_delete_notifications_on_change(Array) #1 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(false, Array) #2 /home/nondualhealersas/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #3 /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php(961): do_action(‘bp_core_signup_…’, Array, Array) #4 /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php(1816): BP_Signup::activate(Array) #5 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(307): BP_Members_Admin->signups_admin_load(”) #6 /home/nondualhealersas/public_html/wp-includes/class-wp-h in /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-membership-requests.php on line 249
WordPress: 6.0
BuddyPress: 10.3.0
Website: https://nondualhealersassociation.org/Topic: Private User Journal/Posts
WordPress version 6.0
Buddypress Version 10.3.0Hello all,
I am attempting to use posts as a journal of sorts. Would like posts to remain private to user, unless they check a box to share with logged in community when creating the post.
Best Regards,
Hello,
I use youzify and buddypress in my website and when someone publish something in activity page, an email is sent to all users to warn them and give them a link to access the post. This email just display the link to access at the post so I would like to display an excerpt of the post.
This is the email result https://zupimages.net/viewer.php?id=22/27/pr10.png
This is the email configuration https://zupimages.net/viewer.php?id=22/27/yjst.pngSomeone have a idea ?
Thanks.
Topic: Scheduled Posts
I am working on creating a social media platform by buddypress, but I have a problem, how do I allow the customer to schedule his post, is there a WordPress plugin that schedules posts.
I have a wordpress site. With a buddypress theme. And I have a live and a staging site.
So I updated buddypress from: 1.7.9 to 2.0.2. on staging. But now in several pages the css is broken.
For example if I look in the css. Then I see in the 1.7 version:
#buddypress .bp-list .action .generic-button .leave-group, body #buddypress .bp-list .action .generic-button .membership-requested { background: #007CFF; color: #fff; }and in the 2.0 version this:
body #buddypress .bp-list .action .generic-button .leave-group, body #buddypress .bp-list .action .generic-button .membership-requested { background: var(--bb-primary-button-background-regular); border-color: var(--bb-primary-button-border-regular); color: var(--bb-primary-button-text-regular); }So the properties of the newer buddypress theme changed apparently?
So my question is: what I have to do? Do I really need manually over all the pages to check what the differences are with buddypress 1.7 and 2.0?
But this sounds not so promising. For example if you have a site with 300 pages.
Then you have to go manually page for page what changes? And then in the child theme you have to correct everything?
This sounds absurdant.
So what is your advice? How can I fix this?
THank you
Topic: Paid ads like Facebook
Hello there!
Is there a way to allow people on buddypress site to be able to purchase some paid ads to the site (Like you do on Facebook)
Thank you in advance.
Best Regards,
Kevrikosaios EvangelosThanks to the buddypress active members block one can display active members even in the sidebar of his/her buddypress site, however, I would like this to be restricted only to the active friends of the logged in user.
Is there any plugin for that, or can someone please help me with the code to do that.
This should not affect the buddypress main members directory, and also thanks in advance for whatever assistance provided me.Hi,
WP 6.0
Buddypress 10.3.0Getting these messages:
AH01071: Got error ‘PHP message: PHP Deprecated: Functie get_option werd aangeroepen met een argument dat sinds versie 5.5.0 verouderd is!
De “blacklist_keys” optie sleutel is hernoemd naar “disallowed_keys”. in /var/www/vhosts/freya.nl/httpdocs/wp-includes/functions.php on line 5663′,\wp-content\plugins\buddypress\bp-core\bp-core-moderation.php
237 /** Blacklist ************************************************************
*/// Get the moderation keys.
$disallowed = get_option( ‘disallowed_keys’ );// Support for WP < 5.5.
if ( false === $disallowed ) {
$disallowed = get_option( ‘blacklist_keys’ );
}$disallowed = trim( $disallowed );
// Bail if disallowed list is empty.
if ( empty( $disallowed ) ) {
return true;
253 }If there are no “forbidden” words defined, the option_value for option_name = disallowed_keys is empty.
Seems to me that $disallowed = get_option( ‘disallowed_keys’ ) will be false.
However that does not mean that the WP version is < 5.5 !So maybe it’s better to bail just after
// Get the moderation keys.
$disallowed = get_option( ‘disallowed_keys’ );Hi, I get the following error message after updating buddypress:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘BP_Nouveau_Object_Nav_Widget’ not found in /homepages/29/d847459802/htdocs/clickandbuilds/CarabaoCommunity/carabao-communit/wp-includes/class-wp-hook.php on line 303
how can I fix this?
Topic: Profile tabs icons
Added 1000 users by script.
Now I want to add a profile avatar for each user.
How can I do this with a script?Not working solution due to access scope – https://buddypress.org/support/topic/upload-avatar-directly-from-the-folder-via-php/
BAD for me: if ( is_callable( $r[‘component’] . ‘_avatar_upload_dir’ ) )
