Search Results for 'buddypress'
-
Search Results
-
Hello. I needed to fix a problem on my website romancingrarehearts.com. While doing so, I deactivated and reactivated Buddypress. Then I found that most of my pages were gone. Is there a trash bin that I can get them back from? Or are they unretrievable? I’m using theme Twenty Fifteen, buddypress 14.0.0, and WordPress 6.6.1.
WP:6.6.1
BP:14
BP Registration Options Version 4.4.5
BuddyPress Members only 3.5.3For many years, users on my site have been able to request membership, after which the administrator needed to approve them. Upon requesting membership, the applicant saw a message on the screen and received an email instructing them to await the administrator’s approval. Similarly, the administrator received an email, and it was clearly marked in BP Registration in the backend that there was a new application to be approved.
Suddenly, only the applicant receives an email. No email is sent to the administrator, and there is no marking in BP Registration. Are there others experiencing similar challenges?
Best regards
Hello
I have wordpress 6.1.1 and buddypress 14.0.0.
Just got the news that people have been trying to jpin the website but they aren’t gettiong the buddypress activation emaiuls.
Please advise. Thank you.
I am refering to this post here:
Unfortunatelay using this code which was posted by danp throws an error when saving data to the field.
Warning: Attempt to read property “id” on null in …/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 558 Cannot modify header information…
How to fix that?
At the moment I just set enabled true and inject that into the page I want but to do it into a field using the id might be a better solution.I’m running PHP 8.2, have deactivated all plugins other than BuddyPress, have switched to a default WordPress theme (2023), and have tried BuddyPress 12.2 and 14.0 – and BuddyPress will not send out emails to new members at all.
This includes when they self-register, when admin sends them reminder emails manually, and when registration moderation is used and admin sends them an approval email.
The BuddyPress plug-in itself says that emails are successfully sent, but they do not arrive and (when active) the WP Mail Catcher plugin does not record them as having been sent successfully or having failed: it does not acknowledge them at all.
All other emails from my site work fine when other plugins are active – including 2FA, forgotten passwords and Newsletters. Can anyone suggest what the issue might be, or what next steps I should take to troubleshoot BuddyPress? Thanks.
Hi BuddyPress Community,
I’m in the process of upgrading my existing WordPress website and looking to integrate BuddyPress to enhance its community features. My site is a gaming platform where I want to add more interactive and social elements to engage users better.
Here’s what I’m working on:
Upgrading WordPress: Currently, I’m using an older version of WordPress and want to update to the latest version to ensure compatibility with BuddyPress.
Integrating BuddyPress: I plan to use BuddyPress to add social features like user profiles, groups, and activity streams. I’m interested in learning how to effectively set this up and any best practices for integration.
For reference:
Current WordPress Version: [6.6.1]
Site Link: [https://soulknightapk.com/] (You can check out our site to see the existing setup and understand how BuddyPress might fit in.)I’d appreciate any advice on the following:
1. Best practices for upgrading WordPress while ensuring a smooth transition.
2. Effective ways to integrate BuddyPress and make the most out of its features.
3. Any potential issues to watch out for during the upgrade and integration process.Thank you for your help!
Topic: conditional menu
I have made custom group members loop on a different URL than members/all-members, inside subpage for single group : https://v3upgrade.local/en/groupes/my-group/students/?mlpage=2
the template is exactly like in members-loop.php, but ajax did not work, and when checking the payload response the result is like so : `scope: all
extras: false
action: students_filter
object: students
filter:
target: #buddypress [data-bp-list]
search_terms: h
page: 1
caller:
template:
method: reset
ajaxload: true( when searching for an item ), for all-members page, the payload is :
nonce: 6065e4290b
action: members_filter
object: members
scope: all
filter:
target: #buddypress [data-bp-list]
search_terms: hamza
page: 1
extras: false
caller:
template: group_members
method: reset
ajaxload: true`can anyone gives any idea how to make exactly like the members-loop , I have 2 pages : students that display users withing the group having the student role, and teachers that display users withing the group having the teacher role, I want both of them to be loaded via ajax so I can preform operation using bp_ajax_querystring ?
ThanksHello,
I try for hours to create a function, which will display a small red dot on the nav-bars acitivity stream link, when someone posted something new. Since all users are logged in, it should be possible to work with metadata “last_activity_visit”.
Example screenshot: https://i.imgur.com/eeCvvkj.jpeg
What I tried:
Added below code to themes functions.php. Actually managed to display a red dot, when trying around with the code. But either the dot won’t be displayed at all, or it’s displayed always, even when the user visited the acitivity stream.function track_activity_page_visit() { if (bp_is_activity_component()) { update_user_meta(get_current_user_id(), 'last_activity_visit', current_time('mysql')); } } add_action('wp', 'track_activity_page_visit'); function has_new_activity_posts() { $last_visit = get_user_meta(get_current_user_id(), 'last_activity_visit', true); if (empty($last_visit)) { return false; } $args = array( 'date_query' => array( array( 'after' => $last_visit, ), ), 'max' => 1 ); $activities = bp_activity_get($args); if (!empty($activities['activities'])) { return true; } return false; } function add_red_dot_to_menu_buddypress_activity($items, $args) { if (is_user_logged_in() && has_new_activity_posts()) { foreach ($items as &$item) { if (strpos($item->url, '/activity/') !== false) { $item->title .= ' <span class="red-dot"></span>'; } } } return $items; } add_filter('wp_nav_menu_objects', 'add_red_dot_to_menu_buddypress_activity', 10, 2);
Any clue? 🙂
Hi there,
I’ve customized the members looping template to display users’ full name by combining their first and last names. However, the current BuddyPress filters only support sorting members alphabetically by their display name. Could you please advise on how to modify the BuddyPress filter code to sort members by their first name or last name instead?
Thank you in advance!
I’m trying to get the XProfile of the specified user using the API.
My endpoint looks like this:
https://xxxxxxxx/wp-json/buddypress/v1/xprofile/2/data/4As expected, it will get Fields #2 with user ID 4, which has enforced visibility and visibility level onlyme (adminsonly in the database).
But when I used an authentication with admin privileges to get the endpoint, it returned “Sorry, the profile field value is not viewable for this user.”After testing,”All Members” is also invalid, only in “Everyone” API can get data properly
The Buddypress version I am using is 14.0
I created the CDN for the website wechat.nz:
https://d6476bsmtk1fy.cloudfront.net/
The activities of the member page are correct when loaded for the first time, but the activities loaded after the second time are not the activities of this user.
https://d6476bsmtk1fy.cloudfront.net/members/JuneLee/The mate of Youzify said that it seems that there is a problem when loading the Ajax of the anti-proxy Buddypress.
Does anybody have any technical suggestions about this?
Thanks.
Best regards