Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 7,951 through 7,975 (of 69,044 total)
  • Author
    Search Results
  • #266556
    TAC28
    Participant

    Thanks for the response, where do I find custom work for BuddyPress? πŸ™‚

    Renato Alves
    Moderator

    BuddyPress has a API that you can use: https://codex.buddypress.org/component/private-messages/

    You can hook at the WooCommerce actions when sending the emails and send your private messages.

    Hope that helps! πŸ™‚

    #266552
    Renato Alves
    Moderator

    The BP REST API does not have support for users yet. My guess is that the version you are using if imcomplete, missing support for several components.

    Check the work here for more updates: https://github.com/buddypress/BP-REST

    #266539

    In reply to: User Database

    Henry Wright
    Moderator

    And here’s the BP database diagram

    BuddyPress Database Diagram

    #266532

    In reply to: link broken?

    rnelson333
    Participant

    Never received any “support”. So deleted Buddypress, will try another option.

    rageshr007
    Participant

    problem solved. After some more research I found out that the problem was with my php memory limit. I initially tried to simply change the memory limit by adding define (β€˜WP_MEMORY_LIMIT’,’128M’); to wp-config.

    This thread helped me ..thanks
    https://buddypress.org/support/topic/resolved-admin-white-screen-upon-buddypress-activation/

    kodacollider
    Participant

    I had to disable activity update comments from displaying as their own items entirely to fix this, but it looks like doing so did. I used the code from this thread.

    function my_bp_activities_include_activity_types( $retval ) {
    // only allow the following activity types to be shown
        $retval['action'] = array(
         //   'activity_update',
            'activity_comment',
            'new_blog_post',
            'new_blog_comment',
            'friendship_created',
            'created_group',
        );
     
        return $retval;
    }
    add_filter( 'bp_after_has_activities_parse_args', 'my_bp_activities_include_activity_types' );

    Weird issue all around.

    #266477
    n0madpl
    Participant

    Hey,

    The fix for that is coming in the next release of buddy press. Or at least for the part of the problem.

    You most likely get 50% of your problem from these two in my case with 6k users these amounted to the respective query execution times (from new relic), I also run buddypress + rtmedia (which is the source of this problem) as described in this ticket:

    bp_friends_prime_mentions_results() – Used by the Activity component’s @mentions to print a JSON list of the current user’s friends.

    bp_friends_prime_mentions_results – 10,000+ ms
    bp_core_fetch_avatar – 6,000+ ms

    Here’s a fix:
    https://buddypress.trac.wordpress.org/changeset/11561

    You’ll still likely stay with this massive query even for logged out users:
    WP_User_Query::query on average right now it’s at around 7,500ms.

    Good news is that with HHVM site runs much faster due to object caching straight after enabling it.

    I’ve also played around with various hosts, flywheel & wpengine sucked. What works well is Kinsta with HHVM enabled, they can also check your database and help you move to InnoDB if you’re using another one.

    Anyway man hope this helps.

    Best,

    M.

    #266474

    In reply to: PROFILE HELP

    Henry Wright
    Moderator

    How many profiles am I able to make with buddypress on my website, enough for a school community ?

    This should be fine. BuddyPress can handle a huge number of profiles quite easily. Note though, your server hardware will need to be good if there’s lots of site activity.

    Is it possible to create PREMADE accounts for all these people (students) ?

    Yes but you will need to custom code this.

    When people post on the main stream, is it possible for them to post anonymously BUT still logged into their accounts ? Just like ask.fm if anyone remembers that.

    Not by default. Each activity item is associated with a member. That said, what is displayed on the front end is entirely up to you (or more specifically, entirely up to your theme author).

    #266464
    r-a-y
    Keymaster

    The problem is the Activity component only allows certain elements to be shown in the activity stream.

    By default, <ol> and <li> are not among those whitelisted elements.

    You can override this behavior with the following code snippet in your theme’s functions.php file or via wp-content/plugins/bp-custom.php:

    
    // Allow list-item element through
    add_filter( 'bp_activity_allowed_tags', function( $retval ) {
    	$retval['ul'] = $retval['ol'] = $retval['li'] = array();
    	return $retval;
    } );
    

    I’ve also opened a ticket about this here:
    https://buddypress.trac.wordpress.org/ticket/7538

    zabre00
    Participant

    I started absolutely New Site. Everything updated. Only plugins activated is BP amd Mega Main Menu ( commercial Plugin) , Mega Main men. I am getting this error”

    Notice: bp_nav was called incorrectly. These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead. Please see
    Debugging in WordPress
    for more information. (This message was added in version 2.6.0.) in /var/www/vhosts/mysite.com/httpdocs/testsite/wp-includes/functions.php on line 4139 ”

    testsite

    Im using Twenty Twelve. Current BP amd MMM. My Question is. Is this Mega Main menu error or a Buddypress error? So, I know where to get some help! Thanks in advance.

    wci
    Participant

    Dear support team,

    I stated my helping request to bbpress support with this thread “bbpress search is not working when buddypress is activated“, BUT they state “looks like a buddypress issue – suggest you post on their forum”.

    So please advice and help to solve my issue a.s.a.p.

    BR, Alex

    n0madpl
    Participant

    Hey,

    I’m experiencing a similar issue with 6k members, I can’t imagine the size of requests at 30k+…

    It seems like mine was triggered by use of RTmedia, cause is described in this ticket, together with a patch:
    https://buddypress.trac.wordpress.org/ticket/7530

    If you’re using their plugin/s this could have been a cause.

    Btw cool site πŸ™‚ and congrats on the user count.

    #266445

    In reply to: Remove RSS feed

    shanebp
    Moderator
    #266433
    Henry Wright
    Moderator

    I wouldn’t recommend changing core files because when you update BuddyPress, you’ll lose all of your modifications.

    #266417

    In reply to: WordPress 4.8

    shanebp
    Moderator

    Try switching to a WP theme like 2015 to see if the issue really is BP and not your theme.
    You can file a bug report here:
    https://buddypress.trac.wordpress.org/

    EMar
    Participant

    I created a test user account on my site,
    If I go to Users > manage signups, I see the new user account,
    So I click the email link to resend the activation email,
    It sends the new account activation email

    Why doesn’t it send it when the user created the account?
    And I need to know is Buddypress forcing new members into that pending list?
    Meaning it’s not automatically registering new accounts or sending them their activation email when they sign up.

    I’m confused.

    EMar
    Participant

    I also noticed if I sign up as a new member I get to the page that says success and an email
    has been sent to verify your account, but the email never comes.

    If I activate the member accounts manually an email is sent saying there is a new member,
    So I know my email is working on the server side right?

    I don’t know where the mail settings are in wordpress or if it’s some setting in Buddypress?

    I need to allow new registrations to be approved automatically, I thought there was an option for this.

    Any suggestions appreciated.

    #266412

    In reply to: WordPress 4.8

    Effycom
    Participant

    Hiya,

    There seems to be a compatibility issue with the current version of Buddypress and the latest WordPress 4.8 update. I noticed that all the elements available for users on Buddypress suddenly disappeared as soon as I made the WordPress update. I checked it against one of my other websites which I have not updated yet to WordPress 4.8 and installed Buddypress there and all the elements are visible.

    Is there anything I could do in the meantime to fix the problem whilst I wait for the latest BuddyPress update as the website in question is due for launch today, but unfortunately i made the WordPress update late last night which affected the elements I need for the site to function as intended with the use of BuddyPress as an aid.
    Thank you in advance

    E.

    #266396

    In reply to: WordPress 4.8

    BuddyPress 2.8.x works OK with WordPress 4.8.

    BuddyPress 2.9 is due out in the next few weeks.

    coolhunt
    Participant
    <table class="profile-fields">
    
    					<?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
    
    						<?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>
    

    I found this at bp-templates/bp-legacy/buddypress/members/single/profile/profile-loop.php

    I have no idea about HTML.. any tips?

    #266362
    r-a-y
    Keymaster

    This is fixed in the development branch of 2.8.

    In the meantime, you can manually apply the following fix until 2.8.3 is released:
    https://buddypress.trac.wordpress.org/changeset/11520

    #266361
    r-a-y
    Keymaster

    You should post this on the bbPress forums:
    https://bbpress.org/forums

    This is the BuddyPress forums.

    #266356
    danbp
    Participant

    Enter what you search for into the searchbox, and read the result !
    http://hookr.io/plugins/buddypress/#index=a

    #266353
    thejameshardy
    Participant

    Bump. It looks like buddypress is fetching the user profile cover image for all memebers? Any help pelase!

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