Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,951 through 2,975 (of 69,061 total)
  • Author
    Search Results
  • #315744
    jcfromkc
    Participant

    Look in /js/buddypress.js.

    Line 1940.

    #315743
    CarlosRojasN
    Participant

    I installed buddypress but when I clicked a user’s link on the members page it directs me to the profile page but it does not show anything. how do i fix that

    #315733
    Mathieu Viet
    Moderator

    Hi @mociofiletto

    Thanks for contributing to Italian translation. I confirm strings should be fine. The %s placeholder is replaced by a link looking like this:

    '<a href="buddypress.org">' . __( 'Text of the link', 'buddypress' ) .'</a>'

    #315722
    iagr
    Participant

    I would like to get the generic link of Buddypress profile page, and create a button to redirect users to their own profile page. I suppose is a dynamic link, but I cannot find it. Is it possible?

    Other way, if I get the profile page shortcode, maybe I could paste it into a new page and use it like the profile page for all the users?

    Thanks for the help.

    #315714
    jenwattsdesign
    Participant

    Hi there, is it possible to force the User registration button that is generated by Buddypress to open in a new tab? Thanks

    #315691
    travelingsession
    Participant

    A while ago, all of my BuddyPress emails disappeared, so I used the BuddyPress Repair Tools to reinstall the emails. Shortly after that, I noticed that all of the pages o my site were returning 404 errors. But it was only affecting pages, the homepage and all posts displayed fine. I did a quick Google search and found that you can fix this by going to the permalink page in the WordPress admin console and clicking “save” without making any changes. Everything came back up. The next day and every day since then the 404 errors have come back. It never comes back immediately, but within 24 hours it happens. I can’t find any errors (although I’ll admit I’m not the best at reading logs). I can’t figure out where the pages are being redirected. I can’t figure out how to replicate the problem.

    #315689
    danyelconstantin231
    Participant

    Is there a options to make Multiple Registration in the BuddyPress ? O plugins or something else ?

    #315687
    highaltitudearcher
    Participant

    Solved.

    1. I had to copy the buddypress/bp-themes/members directory to my 3rd party theme directory
    2. rename <theme>/members/index.php to <theme>/members/members-index.php.
    3. updated <theme>/page.php to the following:
      <?php while (have_posts()) {
        the_post(); 
        if(is_cart() || is_checkout() || is_account_page() || is_wc_endpoint_url()) {
          get_template_part('templates/page', 'woocommerce'); 
        } elseif( bp_is_members_directory()) {
          get_template_part('members/members', 'index');
        }
        get_template_part('modules/module', 'loop'); 
      }
    #315686
    highaltitudearcher
    Participant

    So, I found the bp_is_members_directory() function, and have added that to the stack. Regrettably, I’m struggling to figure out how to use get_template_part(). Any advice is valued.

    <?php while (have_posts()) {
      the_post(); 
      if(is_cart() || is_checkout() || is_account_page() || is_wc_endpoint_url()) {
        get_template_part('templates/page', 'woocommerce'); 
      } elseif( bp_is_members_directory()) {
        // proven to get here at the correct time -- but how to invoke the members/ templates correctly?
        get_template_part('members', 'buddypress');
      }
      get_template_part('modules/module', 'loop'); 
    }
    
    #315683
    shanebp
    Moderator

    members should be a blank page that you then assign to the Members component.
    Look in the BuddyPress settings.

    Re template overloads in child theme.

    #315676
    Ketil Ervik
    Participant

    This dont funktion, se the images. Nothing happen then i click on Repair!
    https://yadi.sk/i/pEfV7wFpkxJRiA

    In English “The following active BuddyPress components are not associated with the WordPress pages: Members, Activity Streams, User-created groups, Activate, Register. Repair”

    That means I still have to do this manually.

    zloro
    Participant

    debug.log contents:
    [22-Nov-2020 08:49:23 UTC] PHP Fatal error: Uncaught Error: Call to undefined function ctype_digit() in wp-content/plugins/buddypress/bp-core/bp-core-avatars.php:760
    Stack trace:
    #0 wp-content/plugins/buddypress/bp-core/bp-core-avatars.php(848): bp_core_delete_existing_avatar(Array)
    #1 wp-includes/class-wp-hook.php(287): bp_avatar_ajax_delete(”)
    #2 wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)
    #3 wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #4 wp-admin/admin-ajax.php(176): do_action(‘wp_ajax_bp_avat…’)
    #5 {main}
    thrown in wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 760
    [22-Nov-2020 09:04:58 UTC] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 4096 bytes) in wp-includes/formatting.php on line 4130
    [22-Nov-2020 09:04:58 UTC] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 4096 bytes) in wp-includes/load.php on line 1210
    [22-Nov-2020 09:05:06 UTC] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 4096 bytes) in wp-includes/formatting.php on line 4130
    [22-Nov-2020 09:05:06 UTC] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 4096 bytes) in wp-includes/load.php on line 1210
    [22-Nov-2020 09:05:41 UTC] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 4096 bytes) in wp-includes/formatting.php on line 4130
    [22-Nov-2020 09:05:41 UTC] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 4096 bytes) in wp-includes/load.php on line 1210
    [22-Nov-2020 09:05:44 UTC] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 4096 bytes) in wp-includes/formatting.php on line 4130
    [22-Nov-2020 09:05:44 UTC] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 4096 bytes) in wp-includes/load.php on line 1210
    [22-Nov-2020 09:17:09 UTC] PHP Fatal error: Uncaught Error: Call to undefined function ctype_digit() in wp-content/plugins/buddypress/bp-core/bp-core-avatars.php:760
    Stack trace:
    #0 wp-content/plugins/buddypress/bp-core/classes/class-bp-attachment-avatar.php(261): bp_core_delete_existing_avatar(Array)
    #1 wp-content/plugins/buddypress/bp-core/bp-core-avatars.php(1234): BP_Attachment_Avatar->crop(Array)
    #2 wp-content/plugins/buddypress/bp-core/bp-core-avatars.php(1345): bp_core_avatar_handle_crop(Array)
    #3 wp-includes/class-wp-hook.php(287): bp_avatar_ajax_set(”)
    #4 wp-includes/class-wp-hook.php(311): WP_Hook->a in wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 760

    zloro
    Participant

    Hello. Brand new install of WP 5.5.3 and BuddyPress 6.3.0 on a server running MySQL Version
    5.6.32 & PHP Version 7.4.10 with NO OTHER plugins active & running on 2020 template.

    On Page: https://www.rolevant.com/members/rolevantist/profile/change-avatar/

    I can upload the image and am given the option to crop the uploaded image. However, once I select my crop area and I press the crop button the <upload & crop> area disappears & a red box WITH NO MESSAGE appears. Nothing else happens.

    The original files are being uploaded to
    https://rolevant.com/wp-content/uploads/avatars/1/&#8230;

    But no automatically resized or manually cropped images are being saved anywhere.

    Other similar Avatar Crop issues from 8-10 years ago exist on this forum, but nothing that is applicable to these latest versions. Any & all fixes (incompatable javascipt, JQuery, AJAX version incompatibility with JQUERY/AJAx versions called by templates) are just not relevant here. Please Help!!!

    Tina
    Participant

    Brand new to Buddypress and still figuring everything out.

    I just found out today myself when I clicked on a Buddypress notification email I got that if you’re not logged in the default notification email link takes you to the homepage and tells you nothing about needing to be logged in. It took me a while to figure out that I needed to be logged in.

    Obviously, I can edit the email that goes out, but what I am wondering is if there is a way to make it so instead of just being sent to the homepage when they are not logged in, that clicking on the link would take them to a login page and then once logged in, take them immediately to whatever thing they had clicked the link for in the email?

    #315661
    Giuseppe
    Participant
    #315657
    shanebp
    Moderator

    These are the forums for BuddyPress.
    BuddyBoss is a fork of BuddyPress and does some things differently.
    You may have better luck asking the folks at BuddyBoss.

    But here is a hint, instead of unset, use the filter:
    apply_filters( 'bp_rest_group_settings_forum', $fields, $group_id );
    Found here:
    buddyboss-platform\bp-groups\classes\class-bp-rest-group-settings-endpoint.php

    #315631
    shanebp
    Moderator
    vinem
    Participant

    Hi there,

    I found this article on how to add a new tab in the Buddypress profile menu > https://blog.maximusbusiness.com/2013/06/buddypress-profile-custom-bp-menu/.
    I haven’t tried it yet because I’d like to know, before I mess up anything, if it’s possible to display posts from specified categories and how to achieve it.

    So, my users can send 2 types of posts : Galleries and Services. The first one is a basic Gallery system, users post pictures and that’s it. The second one is a classic text post with informations.
    I need to split them in the Buddypress profile nav menu.

    How can I tell Buddypress “in this tab you get the posts from these categories”?

    Thank you for your time and help!

    #315625
    Trotric
    Participant

    Hi there I am struggling to find where I can rename existing buddypress menu item titles, is there a way to do this?

    rgbadmin7
    Participant

    hello team, i need to add my blog categories to my buddypress activity Stream, just like i saw on this thread: https://buddypress.org/support/topic/including-post-categories-in-the-activity-stream/

    The girl in that thread found a code and solved it but i still don’t know where to paste that code:

    if( $post->post_type == ‘post’ ) {

    $activity_action = sprintf( __( ‘%1$s added the post, %2$s in the categories %3$s’, ‘buddypress’ ), bp_core_get_userlink( (int) $post->post_author ), ‘‘ . $post->post_title . ‘‘, get_the_category_list( ‘, ‘, ”, $post->ID ) );

    }

    Please guys, someone give me a hand with this.

    #315608
    iamthewebb
    Participant

    It will depend which BuddyPress template pack you are using, check the following link for nouveau https://buddypress.org/support/topic/remove-last-active-status/

    #315607
    ireallyneedhelp
    Participant

    I want to remove time last active on my wp and bp site. On the member page, I don’t want it to show up. I tried adding #buddypress span.activity {
    display: none!important;
    }
    as css, but it didn’t work. I also tried
    /* remove “not recently active” */
    function bpfr_core_get_last_activity( $last_activity_date, $string ) {
    if ( empty( $last_activity_date ) )
    // we do nothing
    $last_active = ”;
    else
    $last_active = sprintf( $string, bp_core_time_since( $last_activity_date ) );
    }
    add_filter( ‘bp_core_get_last_activity’, ‘bpfr_core_get_last_activity’ );

    /* remove whole recently active filter */
    function bpfr_remove_last_activity_filter() {
    remove_filter( ‘bp_core_get_last_activity’, $last_active, $last_activity_date, $string );
    }
    add_filter( ‘bp_core_get_last_activity’, ‘bpfr_remove_last_activity_filter’ );
    to my functions.php file, but that didn’t work either. What should I do?

    #315606
    shanebp
    Moderator

    Work is being done on the invitations code.
    Please open a ticket and let them know about this issue.

    #315597
    wpwebdevil
    Participant

    Hi, I have the same issue.
    I want only Admin to be able to post new updates.
    Subscribers can only post comments.
    I am not using groups.
    I have tried your solutions above, but you’re not clear on exactly where to upload the file to.
    Btw – I can only find /wp-content/plugins/buddypress/bp-activity/actions/post.php

    Then I’m not sure if I should rebuild the folder structure in the child theme, or just put it in the root folder.
    Or if I should add your code at the bottom or overwrite the existing code.
    Your help will be invaluable.

    haitianguy
    Participant

    i forgot to mention my buddypress version is Version 6.3.0 on wordpress Version 5.5.3

Viewing 25 results - 2,951 through 2,975 (of 69,061 total)
Skip to toolbar