Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 551 through 575 (of 94,540 total)
  • Author
    Search Results
  • emaralive
    Moderator

    @mike80222, when composing a message, the “@” applies to the BuddyPress Nouveau template pack, i.e, the label reads “Send @Username” as opposed to the BuddyPress Legacy template pack that reads “Send To (Username or Friend’s Name)” and I’m not sure why it is not the same for both but, that is current behavior. As to the inconsistency for when suggestions appear or not appear is a puzzle, at the moment.

    @stephunique, it is possible to filter the suggested usernames by utilizing the bp_core_get_suggestions filter. If you only want to apply this filtering to messages (compose) then your callback needs to be location aware (what/which page/screen is active/loaded), as well.

    #334954
    emaralive
    Moderator

    The create_function() was deprecated as of PHP 7.2.0 and was removed in 8.0.0 (see create_function). Since you are using PHP 8.x then, it would be best to not use this plugin until it has had all compatibility issues resolved. On another note, there seems to be some interest by individuals other than the original developers to provide some sort of future support for this plugin (see Would like to take over this plugin, or help – Support forum for BuddyPress Follow).

    #334949
    GaianHuuto
    Participant

    Hi,

    Any suggestions how to proceed. I can install BuddyPress Follow to my site but when I’m activating it the whole site crashes. Here is the log:

    [18-Aug-2024 17:42:18 UTC] PHP Fatal error: Uncaught Error: Call to undefined function create_function() in /var/www/domains/dokkarit.fi/www/wordpress/wp-content/plugins/buddypress-followers/_inc/bp-follow-widgets.php:113
    Stack trace:
    #0 /var/www/domains/dokkarit.fi/www/wordpress/wp-content/plugins/buddypress-followers/bp-follow-core.php(71): require()
    #1 /var/www/domains/dokkarit.fi/www/wordpress/wp-content/plugins/buddypress-followers/bp-follow-core.php(46): BP_Follow_Component->includes()
    #2 /var/www/domains/dokkarit.fi/www/wordpress/wp-content/plugins/buddypress-followers/bp-follow-core.php(347): BP_Follow_Component->__construct()
    #3 /var/www/domains/dokkarit.fi/www/wordpress/wp-includes/class-wp-hook.php(324): bp_follow_setup_component()
    #4 /var/www/domains/dokkarit.fi/www/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
    #5 /var/www/domains/dokkarit.fi/www/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action()
    #6 /var/www/domains/dokkarit.fi/www/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(357): do_action()
    #7 /var/www/domains/dokkarit.fi/www/wordpress/wp-includes/class-wp-hook.php(324): bp_loaded()
    #8 /var/www/domains/dokkarit.fi/www/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
    #9 /var/www/domains/dokkarit.fi/www/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action()
    #10 /var/www/domains/dokkarit.fi/www/wordpress/wp-settings.php(555): do_action()
    #11 /var/www/domains/dokkarit.fi/www/wordpress/wp-config.php(112): require_once(‘…’)
    #12 /var/www/domains/dokkarit.fi/www/wordpress/wp-load.php(50): require_once(‘…’)
    #13 /var/www/domains/dokkarit.fi/www/wordpress/wp-blog-header.php(13): require_once(‘…’)
    #14 /var/www/domains/dokkarit.fi/www/wordpress/index.php(17): require(‘…’)
    #15 {main}
    thrown in /var/www/domains/dokkarit.fi/www/wordpress/wp-content/plugins/buddypress-followers/_inc/bp-follow-widgets.php on line 113″

    john201502
    Participant

    Hi, thanks for your reply.
    I use Fastest Cache plugin, and I have previously excluded cache for the following specific paths.

    Contains: /members/
    /(.*)/members/(.*)

    I also used the following code in nginx’s conf:

    # /members/ specific rule
    if ($request_uri ~* “^/members/”) {
    add_header Cache-Control “no-cache, no-store, must-revalidate”;
    add_header Pragma “no-cache”;
    add_header Expires “0”;
    }

    But it didn’t help.

    Youzify didn’t mention the anti-proxy Buddypress plugin. They thought that I might not handle Ajax requests properly when using nginx anti-proxy, but they were not sure. They just confirmed that it was a problem with Buddypress, not Youzify. After I disabled Youzify, the problem still exists.

    ashtonagar
    Participant

    The information you provided suggests a caching issue with your CDN setup for the member page activities. Here are some technical suggestions to investigate and potentially fix the problem:

    1. Caching Configuration on CDN:

    Check your CDN provider’s (CloudFront in this case) caching settings. You likely need to configure it to not cache dynamic content like member activities. Look for options related to “Cache Control” or “Object Caching”. You might need to set a short cache expiry time or disable caching for specific paths (e.g., /members/*).
    2. Caching Headers:

    Ensure your server sends appropriate caching headers with the member activity data. The server should send headers like Cache-Control: no-cache, no-store, must-revalidate to prevent browsers and the CDN from caching this data.
    3. Browser Caching:

    Although less likely, there’s a chance the browser is caching the initial response. Try clearing the browser cache and cookies after the first load to see if the issue persists.
    4. Anti-Proxy Buddypress Plugin:

    While Youzify mentioned the anti-proxy Buddypress plugin, it’s difficult to say definitively if it’s causing the issue without more information. It’s possible the plugin is interfering with the caching mechanism. You can try temporarily disabling the plugin to see if the problem resolves. Be cautious as disabling plugins can have unintended consequences.
    5. Debugging Tools:

    Use browser developer tools (Network tab) to inspect the network requests when loading activities. Look for any caching headers being sent and received. Additionally, check the status code of the requests – a 304 (Not Modified) might indicate the CDN is serving cached data.

    stephunique
    Participant

    Hello all,

    I have hidden myself as an admin, on my test site running buddypress, for obvious reasons. However, I discovered that when composing a message using Buddypress messages, when the user types in a partial name of the recipient, even a single letter, everyone that matches that name will show up, even if they are hidden from the directory. For example, typing “@a” will show “@admin” (me) as well as “@adam” or “@amanda” and this is no good.

    Is there a way to remove certain users (ideally by user roles) from showing up in the “to” field?

    I have WordPress 6.6.1 and Buddypress 14.0.0.

    Thank you

    stephunique
    Participant

    I saw this post and it was ultimately not resolved but I can’t reply to that, so am starting a new post. Skip to the bottom to see my specs.

    In that post, it is said that the issue may be due to usernames that have spaces in them.

    I set up a test site with Buddypress and some test users. I have 4 test users whose names have spaces in them, like “First Last” as opposed to “FirstLast”. 3 of them cannot access any Buddypress links (such as mydomain.com/members) but 1 can. I can’t figure out how to fix this. I don’t have any redirect rules activated.

    I have WordPress 6.6.1 and Buddypress 14.0.0.

    Any help is appreciated.

    #334937

    In reply to: Slow Queries

    Renato Alves
    Moderator

    There is currently a ticket in progress: https://buddypress.trac.wordpress.org/ticket/8413

    #334932
    cj74
    Participant

    Thank you all.

    Update : The hosting provider fixed everything after i reached out to them. Too bad i don’t know what they did but after starting this thread i did some more testing and found out, to make long story short, it was as if buddypress had shut down the emails. No emails were going out. No nitications to me either.

    #334931
    pellepedersen
    Participant

    WP:6.6.1
    BP:14
    BP Registration Options Version 4.4.5
    BuddyPress Members only 3.5.3

    For many years, users on my site have been able to request membership, after which the administrator needed to approve them. Upon requesting membership, the applicant saw a message on the screen and received an email instructing them to await the administrator’s approval. Similarly, the administrator received an email, and it was clearly marked in BP Registration in the backend that there was a new application to be approved.

    Suddenly, only the applicant receives an email. No email is sent to the administrator, and there is no marking in BP Registration. Are there others experiencing similar challenges?

    Does anyone know what changes might have been made? Or is the solution to my problems to downgrade?

    #334929
    thinlizzie
    Participant

    @pellepedersen

    Looks like your issues probably stem from BP changing the way new accounts are registered, which I think was introduced in BP 14 (but not sure, look into that).

    So best to go back to an earlier version.

    I use BP 10.6.4 with BP Registration Options to provide admin with moderation options for newly registered accounts (ie. they need to be “approved”)

    So if that’s what you were doing earlier, then I’d recommend that setup.

    – You can manually delete and install an older version of BP, but I would recommend you use the WP Rollback plugin, much safer.
    – so, install WP Rollback plugin
    – do not delete anything
    – rollback Buddypress to v. 10.6.4
    – all should be ok

    IMPORTANT : you should definitely do a full site backup before you do any rollback. Just in case. I’ve done it multiple times, no issues.

    john201502
    Participant

    I used this snippet but it doesn’t work.
    https://d6476bsmtk1fy.cloudfront.net/members/dontwait99/

    function disable_cache_for_buddypress() {
    if ( function_exists(‘bp_is_current_component’) &&
    (bp_is_current_component(‘activity’) || bp_is_current_component(‘members’)) ) {
    nocache_headers();
    }
    }
    add_action( ‘wp’, ‘disable_cache_for_buddypress’ );

    function add_nocache_to_ajax_requests() {
    ?>
    <script type=”text/javascript”>
    jQuery(document).ready(function($) {
    $.ajaxSetup({
    beforeSend: function(jqXHR, settings) {
    if (settings.url.indexOf(‘?’) > -1) {
    settings.url += ‘&nocache=’ + new Date().getTime();
    } else {
    settings.url += ‘?nocache=’ + new Date().getTime();
    }
    }
    });
    });
    </script>
    <?php
    }
    add_action( ‘wp_footer’, ‘add_nocache_to_ajax_requests’ );

    john201502
    Participant

    –You can try adjusting the cache settings for Ajax requests in CloudFront or configuring Buddypress to prevent caching of dynamic content.
    Thank you for your reply.could you please tell me how to configuring Buddypress to prevent caching of dynamic content?
    Thank you very much.

    #334918
    pellepedersen
    Participant
    #334914
    richardrcook2
    Participant

    Hello. I needed to fix a problem on my website romancingrarehearts.com. While doing so, I deactivated and reactivated Buddypress. Then I found that most of my pages were gone. Is there a trash bin that I can get them back from? Or are they unretrievable? I’m using theme Twenty Fifteen, buddypress 14.0.0, and WordPress 6.6.1.

    pellepedersen
    Participant

    WP:6.6.1
    BP:14
    BP Registration Options Version 4.4.5
    BuddyPress Members only 3.5.3

    For many years, users on my site have been able to request membership, after which the administrator needed to approve them. Upon requesting membership, the applicant saw a message on the screen and received an email instructing them to await the administrator’s approval. Similarly, the administrator received an email, and it was clearly marked in BP Registration in the backend that there was a new application to be approved.

    Suddenly, only the applicant receives an email. No email is sent to the administrator, and there is no marking in BP Registration. Are there others experiencing similar challenges?

    Best regards

    #334907
    cj74
    Participant

    Hello

    I have wordpress 6.1.1 and buddypress 14.0.0.

    Just got the news that people have been trying to jpin the website but they aren’t gettiong the buddypress activation emaiuls.

    Please advise. Thank you.

    locker17
    Participant

    I am refering to this post here:

    Suppressing rich text on xprofile text area


    Unfortunatelay using this code which was posted by danp throws an error when saving data to the field.
    Warning: Attempt to read property “id” on null in …/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 558 Cannot modify header information…
    How to fix that?
    At the moment I just set enabled true and inject that into the page I want but to do it into a field using the id might be a better solution.

    #334903
    Renato Alves
    Moderator
    #334901
    Renato Alves
    Moderator

    I think Core should fix it first and then BuddyPress would inherit the update. Unlikely we will invest time into it since we plan to move things into the block editor.

    instaup
    Participant

    It sounds like your CDN might be caching the Ajax responses, leading to incorrect member activities on subsequent loads. You can try adjusting the cache settings for Ajax requests in CloudFront or configuring Buddypress to prevent caching of dynamic content. This tweak could help you “instaup” your site’s performance and ensure the correct data is always displayed.

    #334888
    Renato Alves
    Moderator

    @TheSupercargo I’m not sure if this is related to your problem and if you can test this pr.

    #334886
    Renato Alves
    Moderator

    We already have a ticket for this: https://buddypress.trac.wordpress.org/ticket/9044

    #334880
    johngtur
    Participant

    I’m running PHP 8.2, have deactivated all plugins other than BuddyPress, have switched to a default WordPress theme (2023), and have tried BuddyPress 12.2 and 14.0 – and BuddyPress will not send out emails to new members at all.

    This includes when they self-register, when admin sends them reminder emails manually, and when registration moderation is used and admin sends them an approval email.

    The BuddyPress plug-in itself says that emails are successfully sent, but they do not arrive and (when active) the WP Mail Catcher plugin does not record them as having been sent successfully or having failed: it does not acknowledge them at all.

    All other emails from my site work fine when other plugins are active – including 2FA, forgotten passwords and Newsletters. Can anyone suggest what the issue might be, or what next steps I should take to troubleshoot BuddyPress? Thanks.

    lowercase99
    Participant

    Is there a URL or shortcode that can be used so a member can directly go to their “Subscriptions” page? We are using WP v6.6.1, BuddyPress v14.0.0, and MemberPress v1.11.34
    membership-display

Viewing 25 results - 551 through 575 (of 94,540 total)
Skip to toolbar