Search Results for 'buddypress'
-
Search Results
-
Hello,
I’m working on a site for a charity, it’s in development at the moment. I’m using buddybuilder pro with Elementor to create custom Buddypress pages for Groups and Members listings.
On these listings pages, each member/group should be displayed in lists of 3 columns with space in between. Occasionally it will display properly, but most of the time it ignores my settings and displays all the members/groups squashed up together with no space in between.
I’m using buddypress version 11.1.0, and WordPress 6.1.1
Elementor Hello theme is installed, and the problem persists when I switch to one of the WordPress default themes.
I’ve disabled all plugins one by one except for the necessary ones (Elementor, BuddyPress, Buddybuilder) and the problem persists.
This is a link to the ‘members’ page – usually only logged in members would be able to see the members list but I’ve enabled guests to be able to see it for testing: https://bethr22.sg-host.com/members/
If anyone has any insights I’d be very grateful… I just can’t figure out what’s causing the display issues!
Topic: Manage signup confusion
I am trying to incorporate the new request membership feature that has admin approval of all membership. But it is confusing. It seems that instead of having anyone can register selected in the vernal wordpress setting that needs to be unchecked. Then that allowed the Buddypress option to be set for admin approval though the manage signup
Is that correct? I am having a hard time getting it to work. Any advise or input is appreciated. I would prefer to use this np built in feature instead of using a plug-in
Hello Team,
Whenever any user registers on the website, they get a welcome email from BuddyPress. I want to disable that default welcome email. I’ve tried using plugins and some custom code but the problem was not solved. Is there any way to deactivate that email? The code I tried was:
“add_filter(‘wpmu_welcome_notification’, ‘__return_false’ );”
Looking for help
Thank youHello,
I would like to change the default Buddypress avatar type.
In bp-core-avatars.php, “bp_core_fetch_avatar” function is set to “thumb”.How to set to “Full” in my theme ?
Thanks for your help !
I recently added BuddyPress to an existing site for my Scout troop, but for some reason the registration fields do not function. The fields show up, but are not editable. I’ve been digging for documentation to help troubleshoot this, but I cannot find anyone else with the same problem. HELP!
Topic: Blog Posts No Longer Showing
We use BuddyPress (Version 11.1.0) with WordPress 6.1.1. On our site, members are able to log in and then post their notes (i.e. blogs” to their accounts. However, some members are no longer able to see previous notes their posted when they log in. However, we can see them on our end on the dashboard (but also can’t see them on their account).
Some members are also reporting a 500 error message when they go to their notes section or a message that they have not posted anything (which isn’t true since they have posted several notes that were showing up previously).
This just started happening so we are wondering if it was due to an update?
Thank you for any advice!
Topic: Problems with Thrive Theme
Hi, after installing buddypress, Thrive Themebuilder does no longer loading the page template. Can someone help me?
Wordpress 6.1.1.
Buddypress 11.1.0
The site is in maintenance modeDavid
Hello,
I modified the profile-loop.php file some time ago to hide profile fields that are empty but my code doesn’t work anymore, has any change been done to the code some updates ago ?
Here is what I modified :
<h2 class="screen-heading view-profile-screen"><?php esc_html_e( 'View Profile', 'buddypress' ); ?></h2> <?php bp_nouveau_xprofile_hook( 'before', 'loop_content' ); ?> <?php if ( bp_has_profile('hide_empty_fields=0') ) : ?> <?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?> <?php if ( bp_profile_group_has_fields() ) : ?> <?php bp_nouveau_xprofile_hook( 'before', 'field_content' ); ?> <div class="bp-widget <?php bp_the_profile_group_slug(); ?>"> <h3 class="screen-heading profile-group-title"> <?php bp_the_profile_group_name(); ?> </h3> <table class="profile-fields bp-tables-user"> <?php while ( bp_profile_fields() ) : bp_the_profile_field('hide_empty_fields=0'); ?> <?php if ( bp_field_has_data() ) : ?> <tr<?php bp_field_css_class(); ?>> <td class="label"><?php bp_the_profile_field_name(); ?></td> <td class="data"><?php bp_the_profile_field_value(); ?></td> </tr> <?php elseif ( !bp_field_has_data() ) : ?> <tr<?php bp_field_css_class(); ?>> <td class="label"><?php bp_the_profile_field_name(); ?></td> <td class="data"><?php bp_the_profile_field_value(); ?></td> </tr> <?php endif; ?> <?php bp_nouveau_xprofile_hook( '', 'field_item' ); ?> <?php endwhile; ?> </table> </div> <?php bp_nouveau_xprofile_hook( 'after', 'field_content' ); ?> <?php endif; ?> <?php endwhile; ?> <?php bp_nouveau_xprofile_hook( '', 'field_buttons' ); ?> <?php endif; ?> <?php bp_nouveau_xprofile_hook( 'after', 'loop_content' );Can someone help me to hode those fields again please 🙂
WordPress 6.1.1
BuddyPress 11.0.0
Theme : BuddyX ProHi,
I installed the 11.0.0 today but I have some problem with the groups cover images. In the activities of my groups, the cover images are no longer displayed. They are then replaced by a standard image (placeholder.svg) from my BuddyX Pro theme.
Please note that the cover images are displayed correctly on the group page. My problem happens on the Group Activities block where this cover image does not seem to be displayed correctly, Whereas with version 10.6.0 it is displayed.Any idea of the difference between 10.6.0 and 11.0.0 which could create my bug?
Thanks for any help!Are there any buddypress branded login plugin free alternatives or anything that can stop my login page from being directed to wp-login.php?
WordPress Version 6.1.1
BuddyPress Version 11.0.0I’m having a problem implementing BuddyPress on my site. Everything works fine except for Reply to Private Message. When click on Send Reply btn, it errors out: “Your reply was not sent. Please enter some content.” There is content. Please advise. Thank you.
Hi, I have the latest version installed and I am encountering this error in several community profiles:
Warning: sprintf(): Too few arguments in /furanet/sites/mydomain.com/web/htdocs/wp-content/plugins/buddypress/bp-blogs/bp-blogs-activity.php on line 233Hi.
Is there any way to prevent other members of BuddyPress from seeing the page?
e. g)
If my name is imanakameIf imanakame access it
http:localhost/members/imanakame/ → access ok
http:localhost/members/tanaka/ → access ngIf tanaka accesses it
http:localhost/members/imanakame/ → access ng
http:localhost/members/tanaka/ → access okthank you.

