Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,351 through 1,375 (of 68,966 total)
  • Author
    Search Results
  • #328458
    waltervl
    Participant

    Just bumped into this discussion as I had the same issue. I came across another discussion that had a fix by adding a function in the functions.php https://buddypress.trac.wordpress.org/ticket/7473

    That helped me fix this issue.

    #328454

    In reply to: BuddyPress 11.1.0

    Try IT Works
    Participant

    I’m not sure why my last comment isn’t being approved, but I need help with buddypress 11.1 in wordpress. It’s displaying a warning error on my website. If I could upload a screen shot to show what I mean, I would. But for now, I’ll just write out what the error message says.

    “Warning: Undefined array key 731 in /homepages/40/d950647655/htdocs/clickandbuilds/tryitworks/wp-includes/nav-menu-template.php on line 211”

    Anonymous User 18187419
    Inactive

    Hi kp,

    yes I’m with ya on keeping extra plugins to a minimum.

    Code published here…

    https://easywebdesigntutorials.com/hide-buddypress-pages-and-bbpress-forums-from-not-logged-in-users/

    …with minor modification (to remove bbpress check) seems to achieve what you want, as per below:

    function ps_guest_redirect() {
         global $bp;
      if ( bp_is_user() ) {
          if(!is_user_logged_in() and !bp_is_register_page() and !bp_is_activation_page()) {
               wp_redirect('https://google.com');
      exit;
          }
      }
    }
    add_filter( 'get_header','ps_guest_redirect',1);
    Anonymous User 18187419
    Inactive

    This free plugin should work for you:

    BuddyPress Members Only

    #328432
    Anonymous User
    Inactive

    Hi @munklefish

    I was able to see the error message. You should rename /.../wp-content/plugins/bp-custom.php to /.../wp-content/plugins/bp-custom-erroring.php so that BuddyPress does not load it. The issue is with this custom file you added. This file is using a function that is not available when it tries to (undefined function is_site_admin() in /.../wp-content/plugins/bp-custom.php at line 44).

    jeanb11
    Participant

    WordPress 6.1.1
    BuddyPress 11.0.0
    Theme : BuddyX Pro

    Hi,
    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!

    #328411
    Phill Healey
    Participant

    With the 2023 theme and only BuddyPress active, I am still unable to login to the site.

    My setup is this:
    Hosting: Siteground
    WP Type: Single site
    WP Version: 6.1.1
    BuddyPress: v11.0.0

    The issue does not occur when using BP v10.6.

    P.s. Adding my logs to a comment here prevents me from posting. Adding my logs to an existing post causes the post to delete. Is there another way I can send the info to you?

    noobdeveloper
    Participant

    Are there any buddypress branded login plugin free alternatives or anything that can stop my login page from being directed to wp-login.php?

    #328401
    Anonymous User
    Inactive

    Hello @munklefish

    Have you tried deactivating all plugins except BuddyPress and activating a WordPress default theme like Twenty Twenty-Three to be sure it’s a BuddyPress issue?

    If so, what’s your setup?
    WordPress Multisite or not? WordPress version?
    If Multisite how BuddyPress has been activated? Network wide, on a specific site of the network?
    PHP version?
    Finally, could you check the error_log file of your server?

    #328396
    glennizen
    Participant

    WordPress Version 6.1.1
    BuddyPress Version 11.0.0

    Home

    I’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.

    #328392
    Phill Healey
    Participant

    I’m also getting the log-in issues since the update to v11.0.0.

    The login screen just displays the following message:
    “There has been a critical error on this website. Please check your site admin email inbox for instructions. Learn more about troubleshooting WordPress.”

    Nothing appears in the Debug log to indicate what the issue is.

    Deactivating BuddyPress re-enables the WP login, but BP is needed for a huge chunk of the site functionality so disabling is not a realistic option for us.

    centrowebs
    Participant

    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 233

    #328369
    sina780
    Participant

    To disable seeing other members’ pages in BuddyPress, you can use the following steps:

    Log in to your WordPress admin dashboard.

    Navigate to the “Settings” section, then select the “Privacy” tab.

    Under the “Members” section, select the option “Only allow site administrators to view member profiles.”

    Click “Save Changes” to apply the setting.

    With this setting enabled, only site administrators will be able to view member profiles. Regular members will not be able to access other members’ pages.

    Note: These instructions are based on BuddyPress version 7.0 and higher. If you are using an older version of BuddyPress, the steps may be different. Also, make sure to take a backup of your site before making any changes.

    imanakame
    Participant

    Hi.

    Is there any way to prevent other members of BuddyPress from seeing the page?

    e. g)
    If my name is imanakame

    If imanakame access it
    http:localhost/members/imanakame/ → access ok
    http:localhost/members/tanaka/ → access ng

    If tanaka accesses it
    http:localhost/members/imanakame/ → access ng
    http:localhost/members/tanaka/ → access ok

    thank you.

    #328345
    jowaltham
    Participant

    @mahaprabhu I don’t know. I created that plugin for one particular website which is no longer in use so I’ve not tested it with any recent BuddyPress plugins. Please give it a try and let me know.

    #328344
    Mahaprabhu
    Participant

    i wish to try this plugin you have made Jo. Is it working for the current buddypress ?

    #328341
    eldamania
    Participant

    I have these errors in my site.

    Fatal error: Uncaught ArgumentCountError: 3 arguments are required, 2 given in /customers/5/b/d/eldamania.com/httpd.www/wp-content/plugins/buddypress/bp-blogs/bp-blogs-activity.php:230 Stack trace: #0 /customers/5/b/d/eldamania.com/httpd.www/wp-content/plugins/buddypress/bp-blogs/bp-blogs-activity.php(230): sprintf(‘%1$s ha escrito…’, ‘apply_filters(‘__construct(Array) #9 /customers/5/b/d/eldamania.com/httpd.www/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/activity-loop.php(17): bp_has_activities(”) #10 /customers/5/b/d/eldamania.com/httpd.www/wp-includes/template.php(785): require(‘/customers/5/b/…’) #11
    /customers/5/b/d/eldamania.com/httpd.www/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(222): load_template(‘/customers/5/b/…’, false, Array) #12 /customers/5/b/d/eldamania.com/httpd.www/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array) #13 /customers/5/b/d/eldamania.com/httpd.www/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/index.php(241): bp_get_template_part(‘activity/activi…’) #14 /customers/5/b/d/eldamania.com/httpd.www/wp-includes/template.php(785): require(‘/customers/5/b/…’) #15
    /customers/5/b/d/eldamania.com/httpd.www/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(222): load_template(‘/customers/5/b/…’, false, Array) #16 /customers/5/b/d/eldamania.com/httpd.www/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array) #17 /customers/5/b/d/eldamania.com/httpd.www/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(407): bp_get_template_part(‘activity/index’, NULL, Array) #18 /customers/5/b/d/eldamania.com/httpd.www/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-theme-compat.php(118): bp_buffer_template_part(‘activity/index’, NULL, false) #19
    /customers/5/b/d/eldamania.com/httpd.www/wp-includes/class-wp-hook.php(308): BP_Activity_Theme_Compat->directory_content(”) #20 /customers/5/b/d/eldamania.com/httpd.www/wp-includes/plugin.php(205): WP_Hook->apply_filters(”, Array) #21 /customers/5/b/d/eldamania.com/httpd.www/wp-content/plugins/buddypress/bp-core/bp-core-theme-compatibility.php(767): apply_filters(‘bp_replace_the_…’, ”) #22 /customers/5/b/d/eldamania.com/httpd.www/wp-includes/class-wp-hook.php(308): bp_replace_the_content(”) #23 /customers/5/b/d/eldamania.com/httpd.www/wp-includes/plugin.php(205): WP_Hook->apply_filters(”, Array) #24 /customers/5/b/d/eldamania.com/httpd.www/wp-includes/post-template.php(255): apply_filters(‘the_content’, ”) #25 /customers/5/b/d/eldamania.com/httpd.www/wp-content/themes/twentyfourteen/content-page.php(20): the_content() #26 /customers/5/b/d/eldamania.com/httpd.www/wp-includes/template.php(785): require(‘/customers/5/b/…’) #27 /customers/5/b/d/eldamania.com/httpd.www/wp-includes/template.php(718): load_template(‘/customers/5/b/…’, false, Array) #28 /customers/5/b/d/eldamania.com/httpd.www/wp-includes/general-template.php(204): locate_template(Array, true, false, Array) #29 /customers/5/b/d/eldamania.com/httpd.www/wp-content/themes/twentyfourteen/page.php(33): get_template_part(‘content’, ‘page’) #30 /customers/5/b/d/eldamania.com/httpd.www/wp-includes/template-loader.php(106): include(‘/customers/5/b/…’) #31 /customers/5/b/d/eldamania.com/httpd.www/wp-blog-header.php(19): require_once(‘/customers/5/b/…’) #32 /customers/5/b/d/eldamania.com/httpd.www/index.php(17): require(‘/customers/5/b/…’) #33 {main} thrown in /customers/5/b/d/eldamania.com/httpd.www/wp-content/plugins/buddypress/bp-blogs/bp-blogs-activity.php on line 230

    #328326
    casper99
    Participant

    maybe like this?

    message reply bug in v11.0.0

    morris001
    Participant

    Install buddypress and also inform common troubleshooting tips…

    #328315
    Paul Ryan
    Participant

    If anyone wants a filter to fix the case where a given user hasn’t edited their profile yet (and thus doesn’t have the bp_xprofile_visibility_levels user meta), resulting in all of their fields being visible:

    // Fix for BuddyPress not respecting the default xProfile field visibility
    // if a user has not yet edited their profile (and thus saving the user meta
    // <code>bp_xprofile_visibility_levels</code> for that user).
    // See: https://buddypress.org/support/topic/only-me-extended-profile-field-visible-to-all-users/
    // See: https://buddypress.trac.wordpress.org/ticket/8093
    add_filter( 'bp_xprofile_get_hidden_fields_for_user', function ( $hidden_fields, $displayed_user_id, $current_user_id ) {
    	if ( empty( $hidden_fields ) ) {
    		// Get the visibilities that should be hidden for the current user pair.
    		$hidden_field_types_for_user = bp_xprofile_get_hidden_field_types_for_user( $displayed_user_id, $current_user_id );
    		// Get the visibility defaults for all xProfile fields.
    		$default_visibility_levels = \BP_XProfile_Group::fetch_default_visibility_levels();
    		// Create the list of field IDs that should be hidden.
    		$hidden_fields = array_keys( array_filter(
    			$default_visibility_levels,
    			function ( $default_visibility_level ) use ( $hidden_field_types_for_user ) {
    				return empty( $default_visibility_level['default'] ) || in_array( $default_visibility_level['default'], $hidden_field_types_for_user, true );
    			}
    		) );
    	}
    
    	return $hidden_fields;
    }, PHP_INT_MAX, 3 );
    #328312

    In reply to: GDPR compliance

    TheSupercargo
    Participant

    Have there been any developments on this topic in the last 4+ years?

    Has anyone produced a plugin that replaces or updates the one mentioned above?

    A member of my writing group has asked for all her data and I was shocked and disappointed to discover the WP Export/Erase Personal Data doesn’t cover BuddyPress forum posts. There are two years of posts I’m going to have to search manually if I can’t find a plugin to do the job for me.

    Hoping for a positive response (fearing the opposite).

    John

    #328267
    Anonymous User
    Inactive

    Thanks for your report, it will be fixed in 12.0 version: https://buddypress.trac.wordpress.org/ticket/8820

    #328230
    mewtwo9519
    Participant
    #328224
    Mahaprabhu
    Participant

    Buddypress has profiles. This is nice. And we can send Friend Requests.
    I see
    1. Friends
    2. Requests I received

    How do I see requests I sent for friendship ?

    thank you !

    #328222
    Mahaprabhu
    Participant

    Buddypress has profiles. This is nice. And we can send Friend Requests.
    I see
    1. Friends
    2. Requests I received

    How do I see requests I sent for friendship ?

    thank you !

Viewing 25 results - 1,351 through 1,375 (of 68,966 total)
Skip to toolbar