Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 326 through 350 (of 69,209 total)
  • Author
    Search Results
  • #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.

    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,

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

    #335096
    manon1910
    Participant

    Hi !

    https://majbusinessclub.com/
    WP version 6.6.2
    BP version : 14.00.00

    I have an issue with translation strings in BuddyPress.

    I’m using locotranslate and everything is working fine, all BuddyPress is already translated to French. But for some reason “Name” (in the form profile) isn’t translating, for example translation for Name (required) should be Nom (obligatoire) but appears as : Name (obligatoire).

    I have no idea where the issue could be coming from, I tried to resynchronised the .po file but not changing a thing to my problem…

    If someone faced the same issue and have advice about what I could try it would be great!

    Thank you for your help

    #335092
    Youzify
    Participant

    Please try to check “Better Messages Location” on your BP Better Messages settings page. It should be set to “Show in BuddyPress profile” instead of another page.

    image

    #335087
    Varun Dubey
    Participant

    @adjunkten you can find pot file inside BuddyPress plugin language folder and to sync you also also use poedit tool

    #335085
    Varun Dubey
    Participant

    You can change it from BuddyPress Url Setting https://tinyurl.com/24shwf9b

    #335079
    Youzify
    Participant

    Hi,

    You may try disable all non BuddyPress plugin and change your WP theme to default theme for temporary.

    Check site to see if issue still exists. If issue goes away after deactivating other plugins and switching theme then this means that either the theme or one of the plugins was conflicting with BuddyPress. If it turns out to be a plugin/theme conflict, then you need to activate the plugins/theme one by one until you find the plugin/theme that causes the issue to come back.

    If the issue still exists then it is not a plugin or theme conflict. And do these things

    1. If you have a custom code in bp-custom.php, please remove it for temporary
    2. Make sure to use the latest version of BuddyPress
    3. Check your PHP version, and upgrade it to minimum 7.4 version.

    PS: Backup your website first before do those steps!

Viewing 25 results - 326 through 350 (of 69,209 total)
Skip to toolbar