Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 351 through 375 (of 73,983 total)
  • Author
    Search Results
  • #335205

    In reply to: Critical Error

    Upen Singh
    Participant

    I think you have used BuddyPress and BuddyBoss themes. You can try deactivating the BuddyBoss theme temporarily to see if the issue persists, which will help determine whether the problem is related to the theme or BuddyPress itself.

    #335204
    Upen Singh
    Participant
    // Check if the current component is 'activity'
    if ( bp_is_current_component( 'activity' ) ) {
        echo "This is the BuddyPress activity page!";
    } else {
        echo "This is not the BuddyPress activity page.";
    }

    bp_is_current_component( ‘activity’ )
    This function checks if the current BuddyPress component being viewed is ‘activity’. Since BuddyPress 12 doesn’t use WordPress pages for components like activity, this is the correct way to detect if you are on the activity section.

    #335193
    Youzify
    Participant

    Please clarify, the error happen when you upload BuddyPress plugin file?

    #335192
    Youzify
    Participant

    You can try this plugin

    BuddyPress Group Email Subscription

    #335189
    tomdum
    Participant

    Hi there,

    I have created a couple of groups on my website and would like users to receive a notification whenever someone has posted something new in a group. But I can’t for the life of me figure out how to do this… am I missing something? Or do i need a Buddypress extension or another plugin?

    Any help would be greatly appreciated!!

    Youzify
    Participant

    You need to install Loco Translate plugin on your website

    Loco Translate

    Go to Loco Translate >> Plugins, and you should see BuddyPress then. You also can check Loco Translate documentation to know how to use this plugin.

    #335183
    Youzify
    Participant

    Buddypress does not provide a shortcode for the activity stream. There are only 2 ways to achieve this:

    1. You can create your Activity Feed shortcode which is it will require some custom PHP works

    2. Find a BuddyPress plugin that provides a BuddyPress Activity Feed shortcode.

    #335179
    Beardy
    Participant

    Thanks Munazza

    I tried that plugin but it doesn’t work as well as I hoped.

    The generated code doesnt allow me to hook into bp_before_activity_loop as it does on default buddypress.

    #335173
    Munazza Zaidi
    Participant

    Hi Ryan,

    You can use Shortcodes for BuddyPress plugin to display BuddyPress activities on any page. You can find it here: https://wbcomdesigns.com/downloads/shortcodes-for-buddypress/

    It also provides shortcodes for members and groups, allowing you to display member and group directories on any custom page.

    Please let me know if you have any further questions!

    Youzify
    Participant

    You can edit the Buddypress.pot file using Poedit software and edit or edit the words using the Loco Translate plugin.

    #335165
    jasperdemann
    Participant

    Hi

    Firstly, a ‘heads-up’; After installation of BP, I had to delete around 1,700 duplicated entries from BP Emails > All Emails.

    Secondly, when BP is activated, the speed of my home page slows down noticeably, and when checking on PageSpeed Insights the score goes from 97 to 82. When I use ‘Inspect’, it seems that the main image is the issue, specifically LCP and FCP are taking 3 or 4 seconds to load on mobile. Desktop is unaffected. The image is being served by WebP and LiteSpeed, and everything was cool before I installed BP.
    Any tips?

    Lastly, in Media > Library > Attach, in the box ‘Attach to existing content’, there are maybe 50 or 60 duplicated title entries attached to ‘BuddyPress Directory’.
    How do I delete these, please?

    WP 6.6.2
    BP 14.1.0
    https://vital50plus.com/

    Thanks in advance

    Kokiri
    Participant

    Hi everyone,

    I’m working on customizing my BuddyPress site and would like to change the text that says “posted an update in the group” on the activity page. Specifically, I want to replace the word “group” with “Teams.”

    Could someone guide me on which file I need to edit to make this change? Any tips on best practices for modifying this would also be appreciated to ensure I don’t break any future updates.

    Thanks in advance!

    Best,

    #335162
    phpmyno
    Participant

    I recently tried a theme for buddypress but when I uninstalled that theme, it messed up the style a bit on buddypress.
    It got rid of the background for some things like the group lists, members, and activity posts. Also messed with the search bar.

    #335160
    timdavid01
    Participant

    @kokiri

    It sounds like you’ve already taken some great troubleshooting steps. Since the “Join Group” button isn’t functioning, I would recommend the following:

    Check for JavaScript errors: Right-click on the page, select “Inspect,” then go to the “Console” tab to see if any errors appear when you click the button. JavaScript conflicts often cause buttons to stop working.

    Enable WordPress Debugging: You can enable the debug log by adding the following line to your wp-config.php file:

    php

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);

    This will help catch errors that might not be visible in the front-end.

    Check group creation method: If your groups were created using a plugin or demo import, try creating a new group manually to see if the issue persists. Sometimes imported data can cause conflicts.

    If none of these resolve the issue, it could be helpful to explore potential theme conflicts with BuddyPress or review any customizations you may have made.

    #335156
    Youzify
    Participant

    People can check the list of groups and list of members on the directory page. Usually, the page is “yourwebsite.com/members” for the member’s directory and “yourwebsite/com/groups” for the group directory.

    You can see and edit the slug on BuddyPress Settings >> URL tab.

    If the issue is the non logged-on user can not access it, I think it is because there’s a restriction system on your website. Maybe it’s part of a plugin/theme on your website or a code. You need to disable it so people can access your BuddyPress directory.

    #335155
    armwilkinson
    Participant

    Wordpress Version: 6.6.2
    Buddypress Version: 14.1.0

    #335135
    Youzify
    Participant

    1. You can disable all plugins except BuddyPress change your WordPress to the default theme and see if the issue persists or not.

    2. You can check if you add any custom code on the bp-custom.php or functions.php file inside the theme folder. If you have that custom code, you can remove it and see if it fixes the error or not.

    Kokiri
    Participant

    Hi BuddyPress Support,

    I’m experiencing an issue on my BuddyPress site where users are unable to join any groups. When they attempt to click the “Join Group” button either on the groups directory page or within the individual group page, nothing happens. There is no error message or feedback, and the user isn’t added to the group.

    Here are a few details about my setup:

    WordPress Version: 6.6.2
    BuddyPress Version: 14.1.0
    Theme Used: Vikinger

    I’ve already tried the following troubleshooting steps without success:

    Deactivated all plugins except BuddyPress to check for conflicts.
    Switched to a default theme (like Twenty Twenty-Three).
    Cleared cache and tested in multiple browsers.

    I would appreciate any help or insights on resolving this issue. Please let me know if you need further information or logs to help diagnose the problem.

    Thanks in advance for your assistance!

    Best regards,

    Kokiri
    Participant

    Hello BuddyPress Support,

    I’m experiencing a critical error whenever I edit a member or assign a member type in my BuddyPress installation. Specifically, the error only occurs for the account being edited or updated with a member type, rendering the user account inaccessible and causing a “critical error” on their profile.

    Steps to Reproduce:

    • Edit an existing user profile via WordPress Dashboard or BuddyPress.
      Assign or change the member type for that user.
      After saving changes, the user’s profile becomes inaccessible, displaying a critical error.
    • Troubleshooting so far:

    • I have disabled other plugins to check for conflicts, but the issue persists.
      The site is using the latest versions of WordPress and BuddyPress.
      I’ve also checked the error logs, which show a fatal error triggered after assigning the member type.

    Is there any known issue or potential conflict that could be causing this? Any advice or direction would be greatly appreciated, as this issue is affecting specific user profiles and preventing those users from accessing their accounts.

    Thank you for your support!

    Best regards,

    #335121

    Topic: Critical Error

    in group forum Installing BuddyPress
    fairydog
    Participant

    I need Buddypress as I use Buddyboss and memberpress, so I need the plugin that connects them.

    I have migrated my website to a new host and since moving it, re activating buddypress causes a critical error. I have tried deleting and reinstalling it and still get a critical error on activation.

    Can anyone help, I am on wordpress 6.6.2

    #335119
    gabbyrose
    Participant

    The hyperlinks in emails being triggered by a user’s activity are all incorrect.

    For an example, here is an email that was triggered by a user requesting membership to a group:

    “Hi Gabby Rose,

    Gabrielle Rose wants to join the group “Group Name”.

    As you are an administrator of this group, you must either accept or reject the membership request.

    Go here to manage this and all other pending requests.”

    The first hyperlink, “Gabrielle Rose,” is supposed to link to that user. Instead, the hyperlink is to “http://profile.url/”. (For some reason, this forum is adding &#8221 to the end of the hyperlink.

    The second hyperlink, Go here to manage this, is supposed to link to “Group Name” membership requests. Instead, the hyperlink is to “http://group-requests.url/”. (For some reason, this forum is adding &#8221 to the end of the hyperlink.

    Here is the content of the email as it is supposed to send:

    “{{requesting-user.name}} wants to join the group “{{group.name}}”.
    {{request.message}}
    As you are an administrator of this group, you must either accept or reject the membership request.

    Go here to manage this and all other pending requests.”

    {{requesting-user.name}} is hyperlinked {{{profile.url}}}

    “Go here to manager this” is hyperlinked {{{group-requests.url}}}

    I have reset all BuddyPress email settings to default. The example above is the default setting.

    Please help!!!

    #335116
    Youzify
    Participant

    Since version 12, BuddyPress has no longer used WordPress pages. That’s why you will not find a page ID on the BP pages.

    A possible solution, you install the BP Classic plugin so the BuddyPress page can use the WP page.

    #335107
    Youzify
    Participant

    You can use this CSS:

    #buddypress #item-header-avatar a {
      pointer-events: none !important;
    }
    #335104
    astroo
    Participant

    It sounds like you’ve done a lot of the right things already. Here are a few additional steps you might try:

    Check for Conflicting Plugins: Ensure no other plugins are overriding BuddyPress translations.
    Clear Caches: Clear any caches that might be affecting the translation display.
    Verify Translation File: Double-check that the .po file has the correct translation for “Name” and is properly saved.
    Theme Conflict: Make sure your theme isn’t overriding the BuddyPress translations.
    If the issue persists, you might want to reach out to the BuddyPress support community for more specific advice.

    #335097
    Youzify
    Participant

    You also can try “Reset all BuddyPress slugs to default ones” on the Tools >> BuddyPress. If it also won’t help, I think you need to contact the BP Better Message team for support.

Viewing 25 results - 351 through 375 (of 73,983 total)
Skip to toolbar