Search Results for 'buddypress'
-
Search Results
-
Topic: Problem with my users posts
Hello everyone,
This is my first time to post a question here. I have installed Buddypress on my site, https://getaprofessor.com/, for a few years. I have a problem wherein some of my users report that their posts in the news feed or activity timeline will disappear after a few minutes. Does anyone here know the actual problem? I am not an expert in web development, and I am just learning things as I create and maintain my site.
Thank you to the person who can help me with this problem.
I’ve been seeing this sort of thing for a while now with PHP 8.2
[03-Jan-2025 21:14:02 UTC] PHP Deprecated: Creation of dynamic property BBP_Forums_Component::$members is deprecated in /home/wp/sites/rc-clone/wp-content/plugins/bbpress/includes/extend/buddypress/loader.php on line 149 [03-Jan-2025 21:14:02 UTC] PHP Deprecated: Creation of dynamic property BBP_Forums_Component::$activity is deprecated in /home/wp/sites/rc-clone/wp-content/plugins/bbpress/includes/extend/buddypress/loader.php on line 153AFAICT there’s no report for this anywhere, here in the forums or in Trac, but it might just be my limited knowledge of how to search?
Can anyone shed any light on this?
Topic: buddypress documents
Hi friends:
I find this plugin amazing, but I have a problem.
Documents (PDFs) cannot be viewed in Google Chrome or Edge, however, they can be viewed in Mozilla Firefox.
Is this happening to you too?
Thank you very much for your help and best regardsI am making a subscription-based platform like OnlyFans and Patreon. I want content creators to be able to make profiles and upload exclusive content on those profiles such as videos, pictures, updates, and newsletters.
I want the supporters to subscribe to the content creators for a monthly fee and from that fee let’s say 90% goes to the content creator and 10% to me as platform costs.
Is this possible with Buddypress/third party plugins, and is there a lot of customization possible?
Topic: Add & Edit List in Profile
Hello ,
Im using BuddyPress , for my profile in website.
In Profile page have menu like , Profile , Activity , Notification.
For this menu can we setting in dashboard , but if i want and more menu or edit the title. Its Possible or not?For the code i find on ‘item-nav.php’
How to edit or add more menu list in profile page?I have been experimenting with Buddypress for several months, and during this time, Buddypress and WordPress has updated a few times, so I don’t know if this has to do with my issue, but: I use disposable email addresses like test@malinator.com to create dummy users to test Buddypress. It used to work fine, but today I discovered that even though I have an SMTP set up, Buddypress will not send registration activation emails to test users signed up with a disposable email address with this domain (mailinator.com). When I go to my dashboard and Users and resend the activation email, that also is not received.
As a test, I tried signing up with my personal, real email address, and that one received the activation email, which is why I believe Buddypress now does not send activation emails to disposable email addresses.
Can anyone confirm if this is true, and, how I can get them to send emails to disposable email addresses?
Currently using WordPress 6.7.1 and Buddypress 14.3.3.Thank you
Hi everyone,
I am looking for recommendations to evaluate the performance of my BuddyPress based website. I have considered tools like PageSpeed Insights and Apache JMeter, but these are more focused on response times, URL rendering, and similar metrics.
What I really need is a way to conduct a stress test that includes typical BuddyPress user actions, such as:
Sending messages between users.
Creating groups.
Posting in forums.
Other BuddyPress-specific interactionsI found the BuddyPress Default Data plugin, which allows me to create users, messages, friend connections, groups, topics, activity items, profile data, etc., and seems useful for testing purposes. However, I am not sure if this plugin would be a good option to test server resource consumption during these actions, or if it is unrelated to what I need.
Has anyone used this plugin for performance testing? Or could you suggest any tools or specific approaches to simulate these types of interactions in a testing environment and measure the server impact?
Thank you in advance for any ideas or suggestions!
Topic: Hiding hidden groups
Hi,
Hidden groups in BuddyPress allow their members not only to invite others, but also to modify the group settings (for instance, to revert to public group…). Is there a fix for this?
Thanks for your help.
Topic: Buddypress URLs
Hello, I was wondering how I could make dynamic URLs so I could add some custom navigation buttons?
Like /members/SOME-USER/friends/
I am aware that I can replace SOME-USER with “me” to make the links work relative to that specific user, but I need to make the links for the current displayed user.https://www.mywebsite.com/members/$displayed_user/friends/
https://www.mywebsite.com/members/$displayed_user/groups/
etcI use Youzify also. Thank you so much in advance.
Topic: Adios @imath
We are surely going to miss you @imath.
Here’s a warm goodbye from the BuddPress community to the BuddyPress lead developer.Share your thoughts on future of BuddyPress.
I know this is a personal choice but I feel his decision was really from the heart. WordPress is no longer the shining star of open source and I will be migrating my community sites very soon as well.
Hello. I wrote a sitewide notice on my site’s backend (users > site notices) to appear on my dating site members’ homepage. But when I dismissed the notice from my own homepage by clicking on the X, I couldn’t get it back for some reason. And it looks like only my homepage is affected, not any of my members.
Does anybody know how I can get my sitewide notice back after dismissing it? At the time that I dismissed it, I figured if I could do it that easily, I could get it back just as easily. Looks like I was wrong.
My site: romancingrarehearts.com
I’m using WP version 6.7.1
Buddypress version 14.3.3
2024 themeThanks for anybody’s help!
I’d like to change the value of ‘width’ and ‘margin-top’ to change the size and position of avatar.
I can’t find the css file which define them.
I tried different themes, the avatar’s size and position are the same, So I think it is defined by plugin.

WordPress version: 6.7.1
BuddyPress version:14.3.3
A link to my site: https://www.fatu.cn/members/marine/Topic: Working on PC but not mobile
My Buddypress group only works on computers, it doesn’t work on mobile. Anytime I try to view my activity page or members page, I get this message:Post Update All Members 0 Mentions 0 RSS Feed Search Activity… Search Show: — Everything — New Members Profile Updates Updates Friendships New Groups Group Memberships Group Updates Posts Comments Loading the community updates. Please wait. Read more
But it works perfectly fine on my computer, what do I do?
Wordpress version- 6.7.1
Buddypress version- 14.3.3Hello BuddyPress community,
I’m developing a plugin to enhance BuddyPress group functionality by restricting group creation, membership, and access based on member types and group types. The goal is to dynamically control access to specific groups while allowing flexibility for users to create their own groups within defined restrictions.
What I Want to Achieve:
Restrict group creation:
Example: Only users with the member type “Femme” can create or join a group of type “groups femmes”.
Other member types (e.g., “Homme”) should be unable to interact with these groups.
Dynamic flexibility:
A member type (e.g., “Femme”) can create and join multiple types of groups.
Group access permissions are defined by admin-configured mappings of group types to member types.
Admin interface:
An admin page where:
Group types can be created dynamically.
Group-member restrictions can be managed and displayed in a user-friendly table.What I’ve Tried So Far:
Admin Page Code:
I’ve built a basic admin page that allows mapping group types to member types:
function bpga_admin_page_content() {
// Example group-member mapping.
$group_restrictions = get_option( 'bpga_group_restrictions', [] );
$available_member_types = [ 'femme', 'homme', 'autres' ];
$existing_group_types = groups_get_group_types();echo '<h1>Group Access Settings</h1>';
foreach ( $existing_group_types as $group_type => $label ) {
echo '<p>' . esc_html( ucfirst( $label ) ) . ': ';
echo isset( $group_restrictions[ $group_type ] )
? implode( ', ', array_map( 'ucfirst', $group_restrictions[ $group_type ] ) )
: 'No restrictions';
echo '</p>';
}
}
Restricting Group Access:
I attempted to restrict group access during the creation process using the groups_create_group() hook but struggled to tie this seamlessly to member types. Here’s an example snippet:
add_filter( 'groups_user_can_create', function( $can_create, $user_id ) {
$user_type = bp_get_member_type( $user_id );
if ( $user_type === 'homme' && groups_get_current_group_type() === 'cercle_femmes' ) {
return false; // Block "homme" from creating "cercle_femmes".
}
return $can_create;
}, 10, 2 );Dynamic Group Types:
Group types are created using groups_register_group_type():
groups_register_group_type( 'cercle_femmes', [
'labels' => [ 'name' => 'Cercle des Femmes' ],
'has_directory' => true,
] );Challenges I’m Facing:
Group Creation Logic: How can I seamlessly enforce restrictions at the group creation stage?
Permissions for Existing Groups: What’s the best way to enforce membership restrictions for already-created groups?Dynamic Interface: Any advice on building a scalable admin interface for managing these mappings?
Looking for Guidance:
Am I approaching this the right way with groups_register_group_type and bp_get_member_type?
Are there better hooks or filters to enforce these restrictions dynamically?Examples or suggestions for enhancing the code structure are welcome!
Thanks in advance for your insights. I’d be happy to share progress and refinements once this is functional.