Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,826 through 10,850 (of 73,985 total)
  • Author
    Search Results
  • DesignFirm
    Participant

    Hello,

    I’m trying to display regular WordPress comments in a Buddypress group activity stream.

    I have the “Site Tracking” component turned on in the Buddypress settings. Post comments are showing in the commenter’s own activity stream. However, they don’t show on the page of the group that the member belongs to. In other words, I would like group members’ post comments to show in the group activity stream.

    I tried to add the ‘group’ context to ‘new_blog_comment’ action like this:

    
    function filter_bp_blogs_register_post_tracking_args($params) {
        
        $params->comments_tracking->contexts  = array( 'activity', 'member', 'group' );
        return $params;
    }
    
    add_filter( 'bp_activity_get_post_type_tracking_args', 'filter_bp_blogs_register_post_tracking_args', 15 );
    

    This added the “Commments” option to the dropdown menu on the group’s page, but not any comments. And when I select it from the menu, it just reloads what’s there already.

    Is what I’m asking possible?

    Thanks,
    Scott

    Wordpress 4.7.5
    Buddypress 2.8.2
    site is currently local

    #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

    jrecla
    Participant

    Hi –

    I’m using a Buddyboss theme with BuddyPress. Im trying to share a link to my member base from Medium.com (https://medium.com/super-powers-are-real/the-world-needs-superheroes-ff810d0f7ffa)

    The link preview does not display properly, and shows “Attention Required | Cloudflare”

    Feedback from Buddyboss was it was an issue with Medium.com’s setting in Cloudflare
    Feedback from Medium.com is that it’s an issue with Buddyboss and or Buddypress.

    Posting the link to Facebook works just fine, so I know the link can be shared.

    Can you please provide guidance on how to fix this issue – thank you!

    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

    #266453
    SalCollaziano
    Participant

    I’d like to allow my BuddyPress members to adjust their feed to display the updates by members nearest to them in order by distance. Is this functionality available by any available plugins? If not, how difficult would it be to create?

    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.

    Hugo64
    Participant

    Hello,

    I cannot upgrade my website to buddypress 2.8.0 or above versions because of code error 500 in the subsites. I had to downgrade it to 2.7.4…

    Wordpress 4.7.2.

    Buddypress 2.7.4.

    Main site is http://www.jugaralsquashenmadrid.com and subdirectories /madrid and /madridsur

    Thanks in advance for taking a look at it!

    Cheers

    Hugo

    #266445

    In reply to: Remove RSS feed

    shanebp
    Moderator
    #266438
    silvia79r
    Participant

    Hello everyone,
    Buddypress works fine but I found 2 major problems if I see the site on Iphone:
    1) You can not import images from Iphone. Let me explain better: In the social network bulletin board, I click in the square to choose which file to upload, the “Select file” window opens, but clicking nothing happens (you should open a window asking me where to import the photo). How can I fix the problem? (On Android works)
    2) If I answer a message on the bulletin board, the answers are shifted more and more to the right in the phone until, in order to see them, I am obliged to put the phone horizontally, otherwise I will not read them.

    Who can help me?

    Sorry my english … I’m Italian

    #266433
    Henry Wright
    Moderator

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

    coolhunt
    Participant

    Hey Guys,

    I’ve implemented the steps outlined here:

    Customizing BuddyPress Avatars

    Heres what I have:

    define ( 'BP_AVATAR_DEFAULT', $img_url );
    define ( 'BP_AVATAR_DEFAULT_THUMB', $img_url );
    define ( 'BP_AVATAR_DEFAULT', 'https://velohive.com/wp-content/uploads/2017/06/VeloHive-Default-User-Avatar-150px-x-150px-17Teeth-EVO.png' );
    define ( 'BP_AVATAR_DEFAULT_THUMB', 'https://velohive.com/wp-content/uploads/2017/06/VeloHive-Default-User-Avatar-125px-x-125px-17Teeth-EVO-THUMBNAIL.png' );

    I’ve tried many iterations of this code in bp-customs and tried it in the functions.. but noting seems to work.

    Im using the twenty-seventeen theme 1.2

    #266422
    person13
    Participant

    I have the Buddypress social learner theme. I just did a buddyboss upgrade and profile menu background color changed to white and I am now unable to see the text on that menu.

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

    EMar
    Participant

    Hi,

    I’m not sure if this is related to BuddyPress registration for new members or what,
    But I just realized that I have a lot of pending memberships that I got no email alerts for.
    So I’m wondering what is causing new members to end up in the pending list and how to auto approve them instead.

    Thanks

    #266409
    yoshimitsu1234
    Participant

    Hi,
    On my bbpress plus buddypress website I want to send friend request to all the members. About 3000 of them
    Is there any way to do it quickly?

    michaelnewsomejr
    Participant

    I’ve been trying to get a Members Directory to sort by last name, but have had no luck. Any help would be much appreciated.

    The directory is here: http://109.199.101.20/~newfeldenkrais/practitioner-search/results/
    The search (http://109.199.101.20/~newfeldenkrais/practitioner-search) is powered by the plugin BP Profile Search, but is displaying on the default members page.

    Versions:
    WP – Version 4.7.5
    BP – Version 2.8.2
    BP Profile Search – Version 4.7.6

    I’ve tried various solutions that I was able to find on Google with no luck, the most recent solution I could find was here: https://buddypress.org/support/topic/custom-searchfilter-based-on-custom-field/

    It looks like that solution is looking for the space between the First Name and Last Name to target the last name, but BuddyPress seems to be grabbing the “nicename”, which has no space. So, it isn’t able to target the space for me?

    #266398
    coolhunt
    Participant

    Hey Guys,

    Im on twenty seventeen theme and the default group avatar sizes are way too small – ive fiddled with the method on this link.. (but no success)

    Customizing BuddyPress Avatars

    Any ideas how I can make the group avatars bigger?

    8felixfelicis8
    Participant

    page not found; disable / invisible Buddypress Profil in Frontend

    Buddypress Version 2.8.2
    WordPress 4.8
    Local wordpress-site with Xampp
    WordPress 4.8
    Theme: Twenty Sixteen
    … In the blink of an eye I could not enter profil pages, event pages, and so on.
    The only massage I get is:That the page is not found, and I have the option to search.
    Thats it.

    Please, someone help me :/

    #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

Viewing 25 results - 10,826 through 10,850 (of 73,985 total)
Skip to toolbar