Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 101 through 125 (of 73,981 total)
  • Author
    Search Results
  • #337154
    Earl_D
    Participant

    There is an old plug-in to set a default cover image. I have it running without any problem on the current WP & BP
    https://wordpress.org/plugins/buddypress-cover-photo/

    #337153
    emaralive
    Moderator

    @duyha83,

    It seems that there isn’t enough information to make heads or tails of what might be occurring. Are you using the Youzify plugin? I ask because there are only 21 email templates (with corresponding situations) that come standard with BuddyPress. The email template shown in the screenshot you provided would have had to be installed by a 3rd party plugin.

    #337152
    emaralive
    Moderator

    Either you have been misinformed or you have misunderstood what was being conveyed to you. The BuddyBoss Platform is not BuddyPress. Try BB again for support.

    BuddyBoss Home – Web

    #337126
    Saeed Piri
    Participant

    Dear @inspirationacademy,
    Unhide the .messages-form .submit (Astra Pro may be hiding it) with:
    .messages-form .submit { display: inline-block !important; }
    If it’s still missing, copy the BuddyPress messages template into your child theme, add back the <button type="submit" name="send">Send</button>, then clear all caches.

    #337116
    emaralive
    Moderator

    This topic was answered and resolved by @thinlizzie, see the following:

    Adding text intro to members page

    Adding text intro to members page

    smithloo
    Participant

    Hi all,

    I’m building a community site using BuddyPress, and I’m trying to improve the visibility of individual user profile pages in Google. Right now, the pages are getting crawled, but they don’t seem to rank well or appear with good metadata.

    I’m wondering:

    Are there recommended ways to improve SEO for these member pages?

    Should we use a specific SEO plugin like Yoast or Rank Math with BuddyPress?

    Any tips on structuring profile URLs or adding schema?

    I also found some few ideas, but I’m not sure how accurate or up-to-date it is.

    Any suggestions from others who’ve optimized BuddyPress in real-world sites would be really helpful!

    Thanks

    #337076
    t0ta11ed
    Participant

    I have a really odd problem that seemed to happen randomly. This did not happen right away, everything was working fine, then boom.

    I’m using BuddyPress with the Youzify membership plugin, and if I enable them together, WP admin displays posts and pages like this screenshot:

    pi1

    If I disable BuddyPress or Youzify, it returns to normal.

    I’m running WP 6.8, BP 14.3.4 and Youzify 1.3.5. I’m totally baffled how this happened. Any advice would be awesome.

    #337074
    thinlizzie
    Participant

    Re. Alphabetical, the code here will work if you are using bp Nouveau

    Change the selection option from “Last Active” to “Alphabetical” by default

    #337073
    ukfish1
    Participant

    Don’t suppose you can help with this post can you?

    Display on members page

    Thanks again

    Paul

    #337071
    inspirationacademy
    Participant

    With BuddyPress and LearnDash the send button is missing when trying to send a message to an instructor. How can I fix this? We use the Astra Pro theme.

    jgasba
    Participant

    Is there some recommended way to make the plugin load its necessary scripts and styles when used in the context of a pjax/ajax/pwa/no hard reload website?

    For now I’ve been tinkering but it does not work as I would want and I’m wondering if some people would have some insights to share about this.

    My issue is simple: if visit directly a page that has Buddypress components, it loads its styles and scripts properly, but not if I visit the homepage for example and then navigate to a Buddypress page. Then the server does not know it has to load.

    I’d like either to find a JS way to load the scripts and styles.. or to force BuddyPress to load them in everypage (community pages are a big part of the project)

    capexpe
    Participant

    WP: 6.7.1
    BP: 14.3.1
    BPGE: 3.7.0
    Theme : BuddyBoss with a custom child theme

    Before version 3.7.0 of the buddypress-groups-extras plugin, I could reorder the group tabs, even the Home/Activity. I used this to put Pages on top (above Activity) to ensure it was the landing page for the group.
    Activity is now hard coded as the first tab in core/templates.php of BPGE as explained in Emaralive’s response to my previous request https://buddypress.org/support/topic/activity-tab-cannot-be-moved-in-manage-page-general-settings-anymore/

    How could I change the default group landing pages to Pages instead of Activity?

    #337063
    José Manuel
    Participant

    Hi everyone, I’d like you to check out an app I created for Buddy Press that I find really useful.
    Group Email Notifier for BuddyPress
    This plugin allows all members of a BuddyPress group to receive email notifications whenever a new activity is posted to the group. Unlike the default behavior, not only admins will receive the notification.

    🟢 **Features:**
    – Supports text-only activities, links, videos (such as YouTube), and images uploaded with rtMedia.
    – Customize the email content to display the author, group, and content preview.
    – Compatible with WP HTML Mail and other email template editors.
    – Lightweight and easy to use: no additional configuration required.

    🧩 Ideal for communities, training groups, private forums, and internal social networks.

    You can download it here

    #337058
    jodigriego219
    Participant

    To integrate BuddyPress into your Chipotle menu site and boost user engagement, start by enabling key BuddyPress components like user profiles, activity streams, and groups to let users share reviews, customizations, and tips. Use a lightweight theme like Astra or GeneratePress for better performance, and install caching plugins like WP Super Cache to keep the site fast. You can pair BuddyPress with plugins like rtMedia for photo sharing or Youzify to enhance profiles and community layout. Keep the social features focused on food discussions and menu insights, and avoid adding too many extras to maintain a smooth user experience.

    #337043
    jerryrcole
    Participant

    This is my first time using BuddyPress.

    #337042
    jerryrcole
    Participant

    How do I remove the sidebar for all BuddyPress pages (directory, member profile, etc)?

    I’d like the pages to display full-width without the sidebar.

    I’m running:
    – WordPress 6.8
    – BuddyPress 14.3.4
    – Elementor 3.28.3

    emaralive
    Moderator

    Thanks for the screenshots, they do help. The page shown (General Settings) looks very similar to a page that is provided by the BuddyPress Groups Extras (BPGE) plugin, see the following screenshot:

    Truncated screenshot of BPGE plugin - General settings page

    As indicated in the screenshot, the Home or, in your case, the
    Activities tab is fixed in place by the code:

    
    if ( $nav['slug'] === 'home' ) {
    	$disabled = 'ui-state-disabled';
    }

    The above snippet can be found here and just indicates that the Home tab is disabled from being sortable. The following is what the element (li) has as classname (default ui-state-disabled) for a non sortable tab of which the only one is the Home tab.

    
    <li id="position_686f6d65" class="default ui-state-disabled">
         <strong>Home</strong>
    </li>

    While a sortable tab has default ui-sortable-handle as a classname.

    <li id="position_6d656d62657273" class="default ui-sortable-handle" style="">
          <strong>Members <span>1</span></strong>
    </li>

    The BPGE plugin author claims this change was due to:

    Group's "Activity"/"Home" navigation link is hard coded in BuddyPress to always be the first one, so disable its reordering.

    However, when I rollback from v3.7.0 to v3.6.10, the Home tab is now sortable and can be moved. So the reason for the change is not entirely true.

    Moving along, since the General Settings page from the BPGE plugin is similar to the page from your screenshots, we may be able to infer that there was a fork of some the code (the pages portion) from the BPGE plugin and was included in the BuddyBoss theme which AFAIK is a commercial (paid) theme, meaning I can’t verify the code within this theme due the status of free vs paid. If this is the case, then your resolve will have to come from the BuddyBoss developers. However, if the code that supports manage Page general setting resides elsewhere, e.g., custom code or 3rd party plugin, then the resolve is the responsibility of those who authored the code.

    As an aside, as it relates to the BPGE plugin, there is an appearance of wonkiness with the reordering of group tabs which appears to be a factor that caused the change to make the Home tab not sortable, however, I’m not sure if BuddyPress is causing the wonkiness,

    Having stated all of the above, it seems to me, the reason that you want the Pages tab to be the first tab is because you want that to be the landing page. Would this be a correct assumption? If so, there may be the possibility of changing the landing page to Pages, regardless of the tab order, which will depend on similar the code is similar enough to the BPGE plugin.

    #336986
    ukfish1
    Participant

    Hi

    We have copied over community builder for Joomla to Buddypress in Wordpres.

    All is great but I need to know how to be able to manually add new users to WordPress that will enable their profile to be displayed the same as the users that we have copied over from Community Builder.

    thanks

    Paul

    #336983
    michaeljohn23
    Participant

    It looks like the password reset trigger is missing or misconfigured. Please check your BuddyPress or email plugin settings to ensure the reset situation is enabled and linked to the correct template.

    capexpe
    Participant

    Hi

    I mentioned the same issue two months ago and I have not been able to fix it since.
    No answer to my message either

    https://buddypress.org/support/topic/activity-tab-cannot-be-moved-in-manage-page-general-settings-anymore/

    The Activity tab is the first tab menu and cannot be move to another place order in the menu. Except Activity on the first place, I can change the order of the tab menu

    Thanks for you help

    Kudzai V
    Participant

    Hello! I’m using the BuddyX theme with buddypress. When someone clicks the “x” delete conversation button, the whole conversation is deleted without any confirmation message asking if the user is sure. So if you accidentally click the x, the whole conversation is gone forever. Any way to avoid this? Or does anyone know php I can add to fix this? ChatGPT’s code didn’t work.

    emaralive
    Moderator

    2) … Also there, there is no way to change things here ? Add the thumbnail on the posts list for example, or separate the “comments” and “posts” tabs,…

    Things” can be changed programmatically. Additionally, BuddyPress does not come standard with “Posts” or “Comment” tabs. The only separation for these items is via the dropdown filter selection for “Posts” or “Comments” located in the Sitewide or User Activity streams which is standard for BuddyPress.

    3) OK, really confusing.
    And if the displyed name and real name arent the same, how can a user know the real @ he has to use to tag someone ?
    BTW, i’ve made some tests and even if i use @displayname or @username, it doesnt send a notification to the user,…

    Users typically figure out who is who and for @mentions, only the username is used for notifications. For example, a scenario where there are 2 users with the same displayname which happens to be Apple, however, each has a different username because usernames must be unique. Maybe a visual will help you digest this information:

    Screenshot of @mention using the displayname

    If you are having issues with notifications, that is a different issue and might be related to some external factor such as a plugin or theme that is interfering with the notification process.

    As for Main settings, yes, those available via a UI are limited, however, programmatically, there are plenty via constants, filter hooks and action hooks.

    #336897
    siliah
    Participant

    Hey everyone

    I’m Lila (hence the nickname Siliah, for the curious ones). 🙂

    I hope I’m posting this in the right place… I’m reaching out to your expert minds and kind hearts because I’m stuck on a little issue with BuddyPress.

    By default, the first profile tab that shows up is “Activity”, but I’d really love to change it to another section, like “Friends”. Does anyone know how I could do that, please?

    Huge thanks in advance for your help!

    Talk to you soon!

    Django
    Participant

    Unfortunately BuddyPress search doesn’t use WP_Query.

    The best you can do with BuddyPress search is to use the bp_search_query_results filter.

    
    function bp_exclude_from_search( $search_results ) {
        return array_filter( $search_results, function( $result ) {
            $excluded_post_ids = array( 1, 2, 3 );
            $excluded_post_types = array( 'custom_type', 'other_cpt' );
            if ( 
                ! in_array( get_post_type( $result->id, $excluded_post_ids ) ) 
                || ! in_array( get_post_type( $result->type, $excluded_post_types ) ) 
            ) {
                return true;
            };
        });
    };
    add_filter( 'bp_search_query_results', 'bp_exclude_from_search', 10 );
    
    #336884
    duyha83
    Participant

    Hello!
    Users have stopped receiving password reset letters. I looked in the “Letters” settings and in the menu for selecting situations for a letter there is no situation for resetting the password.
    The letter itself is there, but there is no situation for sending such a letter.
    Please tell me how to fix the situation?
    Please tell me how to fix the situation?
    The problem appeared around March 25
    BuddyPress 14.3.4
    WordPress 6.7.2
    edit: link removed

Viewing 25 results - 101 through 125 (of 73,981 total)
Skip to toolbar