Search Results for 'buddypress'
-
Search Results
-
Hi. Is there a way to always redirect a logged in user from the homepage / to the activity stream on the /news-feed page once they are logged in?
So when they return to the site after leaving and they type in our domain.com name they don’t have to go the menu to switch to the /news-feed but are automatically redirected.
Is this a good idea? Or is there a better?
Enjoying using Buddypress. Thank you.
Hello all,
i have installed BuddyPress and it wasn’t a good idea. I found out i didn’t need it and cannot delete it now. It throws a critical error (Call to undefined function bp_get_option() in …)
I am using BuddyBoss and both plugins don’t like each other, or so it seems.
Can i simply delete the Buddypress-Folder on the Server or can this cause any problems?
Thank you for helping.
Have a nice Day,
RangereinsPS: I never activated BuddyPress – It this helps
Topic: BuddyPress Navigation Widget
Topic: Pages still showing
Hello
I have installed Buddypress Members Only on my site and I can still see all the pages when I am logged out. Help! have I misses a setting somewhere?
Here is the site https://onemsl.crazygecko.co.uk/
Thanks in advance,
Bryony.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 🙂

