Search Results for 'wordpress'
-
Search Results
-
I’m new to BuddyPress.
I’m running version 10.6.0 under WordPress 6.1.1.
Using the Nouveau theme, the group description only shows 2 characters. If I use the legacy theme, which I prefer, the description is shown, but then the Groups Navigation widget becomes unavailable.
I’m using the Colormag WP theme. Switching to a different overall theme does not solve the issue.
I see old references to this problem from several years ago.
Attaching a screenshot

Topic: Groups Page Selector
In the groups page the Selector does not work with the options “Newest”, “Oldest”, “Alphabetical” I have the latest version of WordPress 6.1 it is not a multisite installation, version BuddyPress 10.6.0 I have tried both with the Kadence theme and the BuddyX theme and both have the same problem.
Can someone please confirm if it is a problem only with my site?
My site is a private intranet and I can’t pass a link for them to test.
Is there a place where I can check that the new version of Buddypress works on the groups page with the “Newest”, “Oldest”, “Alphabetical” Selector?
Thank you very much.I am currently testing an installation where
- User registration is handled by WordPress and not BuddyPress
- I can register a user through the above interface without interference from BP registration
- BuddyPress’ Extended Profile fields is enabled
- I have added custom Profile fields and I am able to update them as a user (not during registration)
All of the above seem to work without issues. BP’s Name field is never touched.
But there are several support requests, such as this, asking that the field ‘Name (required)’ not be a required field and, invariably, the standard reply appears to be ‘here some code to fix that’, ‘this is not an easy fix’ or ‘there is a plugin for that’.
I have also seen tickets on Trac logged for this.
There was even a comment by Boone somehwere (either here or on Trac) saying that this field is so deeply embedded in BP that this modification is not easy (I can’t find this reference right now).
So I am trying to understand why I don’t have any issues with this field not being populated (see above) when much of the documentation saying it is required.
As it stands, all I’d have to do is to hide the “Base” Profile Group from my profile template with a hook or something and not worry about it being ever populated.
Am I missing something?
ThanksHello,
I’m creating a website with a OneCommunity WordPress theme. The site is multi-lingual, and for that, I’m using polylang pro plugin. The default language is Arabic, and the Registration page, it works fine. To add the page for the English translation, I created a copy of the Arabic Register page and set the same default page template. But the problem is, Bp Member Register Page is only showing for the Arabic language, and for the English language, it is blank. I tried to assign the Register page in Buddypress settings for each language, but it didn’t work for me. So I want to know, that how I can assign different register pages for each language.This may be related to a 10.4.0 issue i wrote about here: Fatal Error When Activating Pending Account
I installed BP 10.5.0 with WordPress 6.0.3 and the error mentioned above seems fixed. Thank you!
However…
When a new user signs up for an account the default email received by the admin uses a token {{{manage.url}}} which takes the admin to a confirmation page that says “Approve Membership Requests // You are about to send an approval email to the following user:”
When i click “Confirm” i am sent to the pending user page and the user is still pending and i receive an email saying a fatal error occurred. (See below for messaging.)
If i then click “Activate” for the pending user i go to a page that says: “Activate Pending Accounts // You are about to activate the following account:” I click confirm and the user is activated with no issue.
Obviously, there’s an issue with the “Approve Membership Requests” page. Maybe the user needs to be activated first? What’s the difference between activating and approving?
The main question: The default email sent to the admin has a token {{{manage.url}}} which takes me to the “Approve Membership Requests” page. What’s the token that takes the admin to the “Activate Pending Accounts” page?
~~~~~~~~~~~~~~~~
Here’s the error generated by the “Approve Membership Requests” page:
Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.0.3
Active theme: Avada Child (version 1.0.0)
Current plugin: BuddyPress (version 10.5.0)
PHP version 7.4.32Error Details
=============
An error of type E_ERROR was caused in line 213 of the file /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php. Error message: Uncaught Error: Class ‘BP_Notifications_Notification’ not found in /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php:213
Stack trace:
#0 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(307): bp_members_mark_read_submitted_membership_request_notification(”)
#1 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
#2 /home/nondualhealersas/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#3 /home/nondualhealersas/public_html/wp-admin/admin-footer.php(78): do_action(‘admin_footer’, ”)
#4 /home/nondualhealersas/public_html/wp-admin/admin.php(297): require_once(‘/home/nondualhe…’)
#5 /home/nondualhealersas/public_html/wp-admin/users.php(11): require_once(‘/home/nondualhe…’)
#6 {main}
thrownRight now I have a problem My wordpress site only allows admins to set the privacy of groups. Can I change this setting?
Hello, i have created a wordpress social website with buddypress, but when i try to show the social icons on user profile header, only facebook twitter behance dribbble instagram and youtube can be shown.
i’m using xprofile fields and i can’t add more social icons like Linkedin Twitch etc.. so after i searched on this error i managed to find some codes but it didn’t work this is the code that i added to my Bp-custom.php :
//Social Media Icons based on the profile user info
function member_social_extend(){$dmember_id = $bp->displayed_user->id;
$twitch_info = xprofile_get_field_data(‘twitch’, $dmember_id);
echo ‘<div class=”socialv-profile-left col-lg-4″>’;
echo ‘<ul class=”class=”item-social list-inline””>’;if ($twitch_info) {
echo ‘<li class=”Phone”><i class=”icon-phone”></i>‘;
}
echo ‘‘;
echo ‘</div>’;
}
add_filter( ‘bp_before_member_header_meta’, ‘member_social_extend’ );i will be grateful for any kind of help
thanks.Hello and thank you for your work on this plugin!
I use Buddypress with a theme, Neve, which requires a few display settings, for example centering the values (Newest, Oldest, Alphabetical) in the filters (for directories of members, groups, in groups, etc. .). To do this, I take the element ID and apply text-align:center to it in Additional CSS and it works. When looking for the ID of one of these elements in a group, for the group member list, I realized that there was none. So, on the one hand I can’t center it, on the other hand, as mentioned in the post “Sort function in groups not working”, this filter does not work, maybe because of this missing ID.
In my configuration, I had not activated the Activity part, and by doing so, the ID appears (groups_members-order-by), it is only without the Activity feed (and therefore when the Home page of the group contains the members) that the ID is missing and therefore inoperative.
I just updated to 10.5.0 and it still does.
WordPress 6.0.3
Wish there is a way to fix this and keep Activity disabled 🙂PS: topic already posted but blocked/deleted because of links and images (?)