Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 501 through 525 (of 94,540 total)
  • Author
    Search Results
  • 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.

    #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

    #335091
    Kokiri
    Participant

    For instance the website url from my site when viewing messages says “https://website.com/username/settings/bp-member-messages/

    I use BP Better Messages for a better experience. Unsure if this is a Buddypress issue or the plugin I’ll start here first.

    The correct URL should be https://website.com/username/settings/messages/.

    I should note I did update to the newest WordPress which was released yesterday.

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

    #335078
    Youzify
    Participant

    Hello,

    You can try to reinstall BuddyPress emails. It’s on Tools >> BuddyPress of your WordPress dashboard.

    You also can try to install a Mail SMTP plugin and do testing to send a test email through the Mail SMTP plugin menu, to make sure if the issue comes from BuddyPress or the Sendgrid.

    #335076
    Renato Alves
    Moderator

    @keithkhl Could you take a look at this comment here and provide testing steps?

    #335075
    sunil1988lits
    Participant

    Hi,

    We are encountering the following issue with our SMTP plugin: https://prnt.sc/lmsZYQvk71BO (Screenshot). We reached out to SendGrid support, and they confirmed that everything on their end is functioning properly, and the issue is not related to their service.

    Could you please check what might be causing this issue and provide guidance on how we can resolve it?

    Thank you for your help!

    Best regards,

    #335074
    Ketil Ervik
    Participant

    I installed an additional wp installation and then I installed BuddyPress. And what did I get? Nothing and total chaos. What on earth is this so-called automatic setup they are bragging about? No pages were created and what pages there should be! doesn’t appear like it does with a number of other social plugins, for example. This BuddyPress is something that can only be considered “Do it yourself plugin”! Well, I just had to give up again. But now I’ve at least tested it on a clean new wp installation and it didn’t go any better than previous attempts. Waste of time, nothing more or less.

    smelendez
    Participant

    I have a problem when trying to access a Jitsi room using the Buddymeet plugin with BuddyPress. When using Google Chrome, I cannot enable access to the microphone or camera to be used in the room. The message “You need to enable microphone and camera access” appears, even though I have permissions enabled in my browser settings. I have checked these possible issues:

    – No other application is using the microphone or camera.
    – My browsing context is HTTPS.
    – I have not denied access to my browser because I have never been asked to allow or deny it.
    – The global permissions for the microphone and camera in my browser are enabled with the “Always
    allow” option. I also noticed that the camera icon does not appear in the address bar, which would allow me to enable access to the microphone and camera.

    This error occurs when I use Google Chrome and also Edge. However, if I use Firefox, I have no problems; I can allow access, and both the microphone and camera work correctly in the room. What could be happening?

    Thanks

Viewing 25 results - 501 through 525 (of 94,540 total)
Skip to toolbar