Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 7,876 through 7,900 (of 69,109 total)
  • Author
    Search Results
  • jaykdoe
    Participant

    Thank you both for your responses. My website is quite popular, and like most popular online communities there are definitely quite a few accounts that have not been activated for one reason or another. I would have cleaned these up already but I don’t see an easy way to do that with BuddyPress, and honestly wouldn’t really expect that do break the site altogether. How exactly do I go about batch processing the deletion of inactive users? If BuddyPress doesn’t function well with a large number of inactive accounts, I would think there would be an efficient way to manage them in order to prevent the entire site slowing down to a crawl because of them. Simply deleting them manually would take an insane amount of time. I have to believe there’s a better way. Thanks again!

    #267493
    r-a-y
    Keymaster

    I’m guessing you have disabled Search Engine Visibility in WordPress.

    If you have, view the following:
    https://github.com/boonebgorges/buddypress-group-email-subscription/wiki#1-bbpress-doesnt-record-its-forum-posts-into-the-group-activity-stream--why

    r-a-y
    Keymaster

    The problem is with the function used to generate the active member count.

    On your site, you have a ton of inactive users, which is causing the SQL query to be very large. I’m guessing you installed BuddyPress on a really big site recently and your users haven’t logged in yet? I’m guessing your site has a ton of pending users that you haven’t deleted yet?

    BuddyPress can do better here, but in the meantime, one way to mitigate this SQL query is to generate a script that will backfill an activity timestamp for all your inactive users one way to mitigate this query is to delete all your pending users (the ones that haven’t completed registration) like Shane mentioned. This will stop WPEngine from killing the query.

    r-a-y
    Keymaster

    Your line numbers do not match up with v2.9’s, which is why I recommend re-installing. Not sure how re-installing will cause problems unless you have directly modified core files in the past.

    Regarding bp-custom.php, a quick search on Google would have explained what to do with it. Regardless, here’s the link to find out more:

    bp-custom.php

    If the code snippet I provided didn’t work in your theme’s functions.php, it most likely will not work in bp-custom.php either.

    The other potential issue is there might be a plugin conflict.

    vgvidscom
    Participant

    Dear r-a-y,

    I have the latest version v.2.9.0. I did not re-install yet, since that can maybe cause problems with my setup.

    I found the spot where I have to add your code, see image: http://prntscr.com/g6uoav

    However, I don’t see it fix the problem unfortunately.

    I also added the code you’ve provided again as your second solution under childe theme functions.php –> the code does not seem to the trick either, also not in combination with the 1 above. See image:
    http://prntscr.com/g6usss

    I don’t know yet what you mean with: wp-content/plugins/bp-custom.php , do you mean wp-content/plugins/buddypress/bp-custom.php? Anyways, also in this location I can’t find bp-custom.php

    Hopefully you can help me out now.

    Best regards,

    Bart

    VGVIDS

    #267486

    In reply to: Site Tracking

    shanebp
    Moderator

    Did you try un-checking the ‘Blog & Forum Comments’ option
    in wp-admin > Settings > BuddyPress > Options

    #267464
    Humiges
    Participant

    Dear @sbrajesh
    Sorry to bother you.
    Please, is there any chance you know how to remove this activity from Buddypress profile?

    Mike “posted a new activity comment”

    This is without url to the actual blog post so it’s useless. I tried to remove it from bp-activity-functions but it actually removes even the posted a new activity comment in a group.

    Thanks a lot:)

    #267463
    r-a-y
    Keymaster

    What would you need specific documentation for?

    I would just recommend doing a file search within the /bp-templates/bp-legacy/buddypress/ folder for certain things that you need to modify.

    That way, you’ll be able to know what file to edit for template mods.

    #267462
    r-a-y
    Keymaster

    Cannot duplicate this.

    You might have a javascript conflict.

    Try disabling all plugins except BuddyPress and try again. If it works, then it’s a plugin conflict somewhere. If you’re running a custom theme that has purported BuddyPress support, also switch to a default WordPress theme.

    r-a-y
    Keymaster

    What is the “latest buddypress version” for you?

    If you were using v2.9.0, then the patch I linked to should apply cleanly. There should be no changes between your copy of /bp-core/bp-core-avatars.php and v2.9’s /bp-core/bp-core-avatars.php.

    If your version is v2.9.0, then I would recommend re-installing BuddyPress from the wordpress.org plugins repository.

    vgvidscom
    Participant

    Hi,

    I’m running latest buddypress version and WordPress version: 4.8.1

    r-a-y
    Keymaster

    What version of BuddyPress are you running?

    If you are not on v2.9.0, upgrade or upgrade on a test site if you need to before upgrading on your production site.

    #267432
    shanebp
    Moderator

    This is the BuddyPress support forum.
    Have you tried asking on the bbPress support forum ?

    vgvidscom
    Participant

    Dear R-a-Y,

    Thank you for the quick reply.

    I don’t understand the first part of your reply. If I follow the link you’ve provided, I see I have to add the following code:

    https://buddypress.trac.wordpress.org/attachment/ticket/7578/7578.01.patch

    I have to add this code in: wp-content/plugins/buddypress/bp-core/bp-core-avatars.php.

    However, the link you’ve provided with the code that I have to place between the lines 1402 and 1403, does not match with what I see when searching for that spot in bp-core-avatars.php. See the following image to see what I mean:

    http://prntscr.com/g5r90g

    The second part of your question: pasting the following code in functions.php:

    // Replace BP’s avatar override filter at a higher priority:
    remove_filter( ‘get_avatar_url’, ‘bp_core_get_avatar_data_url_filter’, 10 );
    add_filter( ‘get_avatar_url’, ‘bp_core_get_avatar_data_url_filter’, 99, 3 );

    –> seems not to do the trick. I pasted the code in my child theme functions.php

    The other option: pasting it in wp-content/plugins/bp-custom.php I was not able to do, because I cannot find bp-custom.php. Not in plugins, and also not in the Buddypress plugin folder. What do you mean with this or where can I find it?

    Hopefully you can help me out, thanks.

    #267425
    Carsten Lund
    Participant

    Thanks.
    So there are no search function in BuddyPress as stand alone plug in?

    #267424
    r-a-y
    Keymaster

    The video showcases a plugin called BP-AUS, which is a 3rd-party plugin not officially affiliated with BuddyPress.

    #267422
    r-a-y
    Keymaster

    I cannot duplicate this report.

    Can you test and see if this is due to a plugin conflict? Try disabling all plugins except BuddyPress to see if the problem still occurs.

    Also try switching your theme.

    #267420
    r-a-y
    Keymaster

    You probably watched a video for a premium plugin.

    BuddyPress doesn’t offer this functionality by default.

    r-a-y
    Keymaster

    See:

    Buddypress avatars are blurry for post authors

    If this doesn’t fix the problem, let us know.

    It might be the case that a plugin is overriding BuddyPress’ avatar URL, you could try the following in your theme’s functions.php or wp-content/plugins/bp-custom.php:

    // Replace BP's avatar override filter at a higher priority:
    remove_filter( 'get_avatar_url', 'bp_core_get_avatar_data_url_filter', 10 );
    add_filter( 'get_avatar_url', 'bp_core_get_avatar_data_url_filter', 99, 3 );
    
    #267416
    eyedraw
    Participant

    different problem, but was told to post here:

    When I try to create a group, I get to an error page (unlike you, I see the button). I figured there might be a problem with the link (It links to /groups/create).
    I though it might be a problem with my permalinks, so I tried to update them, but nothing happens. Also, creation of new emails, for example, work without problems.
    I installed the plugin as usual through the wordpress plugin directory. I’m running buddyPress 2.9.0 and Worpress 4.8.1

    #267415
    r-a-y
    Keymaster

    Hi,

    Can you reply to this thread?

    Users cant create groups

    This is to prevent forking the discussion for a similar problem.

    Thanks!

    Edit: The link above has been updated. Pasted the wrong link before.

    #267410
    Henry Wright
    Moderator

    This is more of a WordPress question than something specific to BuddyPress. Try asking here https://wordpress.org/support/

    #267408

    In reply to: User editing nicename

    Henry Wright
    Moderator

    This isn’t possible using BuddyPress by default but there are plugins that will help you do this.

    See https://github.com/sbrajesh/bp-username-changer

    #267404
    Oliver de la Rosa
    Participant

    Hi! This evening I had the same problem about comments in BuddyPress. It took me a couple of hours to find the solution, but was in part thanks to this forum that I could do it. I wrote a post joining all the solutions that I found and applied together. I hope that you considerate this usefull, the post is this: Cómo evitar que se muestren todos los comentarios de WordPress en las páginas de BuddyPress. Thank you for this amazing forum.

    ¡Hola! Esta tarde tuve este mismo problema acerca de los comentarios en BuddyPress. Me llevó algunas horas dar con la solución, pero en parte gracias a este foro pude hacerlo. Escribí un artículo recopilando todas las soluciones que encontré y fuí aplicando. Espero que les sirva, el artículo es este: Cómo evitar que se muestren todos los comentarios de WordPress en las páginas de BuddyPress. Gracias por este maravilloso foro.

    #267397
    Henry Wright
    Moderator

    In your experience how compatible is buddyboss?

    I’ve used a good number of BuddyBoss plugins and themes with BuddyPress without problems. If you do find an issue be sure to report it to them, their support is very good.

Viewing 25 results - 7,876 through 7,900 (of 69,109 total)
Skip to toolbar