Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,376 through 3,400 (of 72,886 total)
  • Author
    Search Results
  • #315777
    Ketil Ervik
    Participant

    I have to install wp nr2 in the server special for buddypress, than buddypress was faster.
    https://sosialtnett.scandibook.com/

    So far “i” can not se some bugs so far!

    #315774
    shanebp
    Moderator

    BuddyPress is free.
    To find out if your theme is compatible, you need to try it and find out.

    #315769
    lahnsteiner10
    Participant

    I want to buy BuddyPress. Do you know if its compatible with the theme:
    I use Bridge Child Version: 1.0.0 from Qode Interactive.

    It’s a bit urgent – please help 🙂

    dabiathlet
    Participant

    Hi,
    I’m using Buddypress as part of my websites and Mailster Newsletter Plugin to send newsletters. Mailster is offering a registration checkbox for the WordPress Registration form, but not for Buddypress registration. I thought, that it should appear anyway because the left part of the buddypress registration is coming from WordPress. But this is not the case.
    Is there any chance to get the Mailster checkbox into the buddypress registration without coding (as I’m no programmer) or would I have to hire a programmer for that?
    Thanks for your help!

    #315745

    In reply to: Html Code injection

    shanebp
    Moderator
    #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>'

    #315725
    Rajeshkumar Samani
    Participant

    Hello guys
    i want to change the URL of the site logo to the user profile page for the logged in users only. please help me.

    #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.

    Trotric
    Participant

    Hi there I need to create an add video option on front end posts on buddypress, please help if there is a code that I can use or work with.

    #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.

    #315679
    #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?

    #315662
    #315661
    Giuseppe
    Participant
    #315659
    Mathieu Viet
    Moderator

    Hi BP Community members!

    The first release candidate of BuddyPress 7.0.0 is ready for your testing!

    BuddyPress 7.0.0 Release Candidate

    Thanks in advance for your contributions.

Viewing 25 results - 3,376 through 3,400 (of 72,886 total)
Skip to toolbar