Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 876 through 900 (of 69,016 total)
  • Author
    Search Results
  • #332609
    a7xfanben
    Participant

    Good news – this issue has disappeared for me. Not sure if it was the upgrade to BuddyPress 12.0.0.

    flamuren
    Participant

    Hi,

    more or less the whole question was squeezed in the forum title. But to expand with more details.

    I use a jobboard theme that has its own custom register and login page. I want to keep using that since it has everything I need (and also the option for users to choose employer or candidate role which is important).

    However buddypress requires the name field to be entered in buddypress register form. Is it possible to somehow add that field to the themes register page?

    I guess I am not lucky enough it so simple as to copy the name field code from buddypress register template in to the themes register template? I guess it has to save to correct database fields etc.

    Anyone know how to do this correctly?

    Best regards,

    Flamuren

    Paulo Nóbrega
    Participant

    Good morning and Happy New Year to everyone

    I installed the BP Classic plugin and BuddyPress apparently started working correctly again, however my users reported that they were unable to accept new friend requests. The new friend request notification is there with the correct number of friends requests, but when you click on the friend request icon, the new requests are not listed, the message “You have no pending friend requests” appears.

    How can I overcome this?

    Thanks

    #332603

    In reply to: BuddyPress 12.0.0

    Mathieu Viet
    Moderator

    Hi @meghraaj,

    We are using the REST API endpoint internally to manage group members and it works as expected. I’ve just tested the CREATE endpoint successfully in a similar way than the one we’re explaining here: https://developer.buddypress.org/bp-rest-api/reference/user-groups/group-membership/#add-a-specific-member-into-a-group

    I wasn’t able to reproduce the issue, sorry. Have you made sure to deactivate all plugins but BuddyPress to test your code?

    #332601

    In reply to: Assigning Pages

    flamuren
    Participant

    I can verify this. Has used buddypress before and when installing the installationguide created and assigned pages. Now I got nothing and was trying to figure out what to do. Found this thread so I am not alone.

    #332600
    flamuren
    Participant

    I can verify this. Has used buddypress before and when installing the installationguide created and assigned pages. Now I got nothing and was trying to figure out what to do. Found this thread so I am not alone.

    #332592

    In reply to: BuddyPress 12.0.0

    Mathieu Viet
    Moderator

    Hi @legiosmoke

    I’ve just test Astra with BuddyPress 12.0, it works as expected, images are not disappearing, here’s a proof of it:

    Screenshot Astra theme

    #332582

    In reply to: BuddyPress 12.0.0

    priyam1234
    Participant

    i want to set buddypress pages in menu such “activity , members, groups ” in demo import , but i cant do that currently . in your last version with dmo import i get your pages defaulty set in header menu. any solution you have for me? thank you in advance.

    #332576

    In reply to: BuddyPress 12.0.0

    Mathieu Viet
    Moderator

    Hi @legiosmoke

    Thanks for your feedback. I’ll test the Astra Theme version that is available on the Theme directory to see if all images are disappearing once BuddyPress is activated.

    #332574

    In reply to: BuddyPress 12.0.0

    legiosmoke
    Participant

    Hi Mathieu,

    When i disable buddypress my site works fine. I tried every possible combination of disable plugins but still nothing works :/ I’m using Astra theme and whole site is up to date.

    #332573

    In reply to: BuddyPress 12.0.0

    priyam1234
    Participant

    Thank you for your replay , you have any suggestion . i want to enable “Buddypress diectrory” screen options which display on top of apperance -> menu using code, not manually. so you can provide code or any suggestion for me.

    #332572

    In reply to: BuddyPress 12.0.0

    Mathieu Viet
    Moderator

    About @lmstearn’s issue, I’ll work on it from this GH issue: https://github.com/buddypress/bp-classic/issues/34

    #332571

    In reply to: BuddyPress 12.0.0

    Mathieu Viet
    Moderator

    I’m sorry @legiosmoke I can’t reproduce this issue, everything works fine on my side. Have you tried deactivating completely BuddyPress then BP Classic to see it this was fixing the issue?

    #332570

    In reply to: BuddyPress 12.0.0

    Mathieu Viet
    Moderator

    @priyam1234

    This will be fixed in next minor version (12.1.0). The tool to reset slugs will now delete buddypress post types that are not used for directory pages. See: https://buddypress.trac.wordpress.org/changeset/13680

    For now you can look into your database {wp_table_prefix}options table the value of the option name 'bp-pages' to know the buddypress post type’s IDs that are used to display directories.

    #332569
    siriusblack14
    Participant

    Within your BuddyBoss custom theme, navigate to the templates related to the BuddyPress activity feed. You’ll likely find relevant files in the buddyboss-child-theme/buddypress/activity directory.

    Look for the file responsible for rendering the activity feed and its items. You’ll want to customize this file to include a “Reply” button for each discussion.

    2. Customizing the Activity Feed:

    a. Locate the template file (e.g., activity/entry.php or similar) where the activity feed items are displayed.

    b. Identify the section responsible for displaying BuddyPress activities related to discussions or forum posts.

    c. Within this section, add a “Reply” button for each discussion using HTML and BuddyPress functions. Use the BuddyPress functions to generate a reply form or link.

    https://schoenhalde.de/

    #332566

    In reply to: BuddyPress 12.0.0

    priyam1234
    Participant

    and also i want default on your screen options “buddypress directories” which is display on apperance->menu , so give me any title or slug .

    #332562
    webmasterfreya
    Participant

    Wordpress 6.4.2
    BBPress 2.6.9
    Buddypress 12.0.0

    Hi,

    Pagination in buddypress fora (private group forum) is not working anymore. Only de first page is shown, whatever pagenumber one clicks on.

    e.g
    forum /groepen/icsi/forum/page/2/ shows page /groepen/icsi/forum/
    topic /groepen/icsi/forum/topic/icsi-2023/page/3/ shows /groepen/icsi/forum/topic/icsi-2023/

    This renders these fora unusable if sorted on datetime ascending.

    There are no errors or warnings in the php logfile.

    Deactivating all plugins (except bbpress, buddypress) does not make any difference. Changing theme does not make any difference.

    Pagination under BBpress fora works fine.

    So it seems that buddypress does not react on the last part of the url’s (e.g. /page/3/ )

    Temporary workaround :

    Up the amount of topics and replies per page under bbpress settings so that pagination does not show up.

    #332555
    Mike Witt
    Participant

    @anisf18,

    Could you provide a bit more information on what you’re seeing? I’ve also been having a problem, apparently with the timezone, between BuddyPress and bbPress. But the problem I’m seeing is definitely not new with BP 12.

    FYI, I’m just another BP user. Here a description of my issue:

    bbPress / BuddyPress notification interaction?

    #332553

    In reply to: BuddyPress 12.0.0

    priyam1234
    Participant

    I have one more doubt , with new version it will store directory page fix I’d, I mean if I want to to delete your pages in buddypress directories post type and add my pages in that post type so it automatic take that as a perticular directory such as activity, group etc

    ==≠============
    In short I want to import demo ,but in my XML file it already have buddypress directories pages and so I got two same names pages in buddypress directories.so I am confused which page I have to delete. Please reply me ASAP. Thank you

    #332543
    bermudastream
    Participant

    P.s I added the snippet but the bp registraiton page still comes up

    Using BuddyPress < 12.0.0, once you removed the registration page, were you getting a notice to do the page association ?
    In BP settings – URLs even if I remove the slug “register” and leave the space blank BP automatically creates a registration page e.g 45134-2. Also if I rename the slug to “abcdefg”, for example, bp will change it to abcdefg-2 so I am not able to point registration to a custom page e.g mysite/customregisterpage

    Best
    Mark M.

    #332542
    bermudastream
    Participant

    Hello Matthew,
    Thanks for your responses & Apologies for only getting back to you now

    – WordPress Multisite or regular ?– WordPress Multisite wp 6.4.2 bp 12.0.0
    – In the site health information tab, what are the values of:
    – WordPress > registration – I only see “Can anyone register on this site? No” (i had to turn on request membership function
    – BuddyPress > URL parser – BP Rewrites API

    Link to bp registration form https://bermudians.com/45134-2

    #332539
    Mathieu Viet
    Moderator

    Hi sorry to read about this issue. bbPress is not ready for BuddyPress 12.0. You need to activate BP Classic:

    BP Classic

    #332532
    philsalt123
    Participant

    Certainly! If you’re looking to optimize member profiles on a BuddyPress-powered website for search engines (SEO), you might want to consider the following response:

    Hello there,

    Optimizing member profiles on BuddyPress for SEO is a crucial step to enhance visibility on search engines. Here are some tips to ensure your member profiles are search engine friendly:

    Complete and Relevant Profile Information:
    Encourage members to fill out their profiles thoroughly. Include key information, such as a brief bio, interests, and any relevant links. Search engines often prioritize pages with comprehensive content.

    SEO-Friendly Usernames and Display Names:
    Suggest to members that they choose usernames and display names that are relevant to their identity or interests. This can contribute to better search engine visibility.

    Enable SEO-friendly Permalinks:
    Check your BuddyPress settings and ensure that your permalinks are set up in a way that includes relevant keywords. This helps search engines understand the content of the profile pages.

    Utilize BuddyPress Custom Fields:
    BuddyPress allows you to add custom fields to member profiles. Use these fields to gather additional information that might be relevant for search engine optimization. This could include skills, locations, or any other pertinent details.

    Encourage User-Generated Content:
    User-generated content, such as forum posts or activity updates, can contribute to the overall SEO of the website. Encourage members to engage with the community and share valuable content.

    Implement OpenGraph and Twitter Card Tags:
    Add OpenGraph and Twitter Card meta tags to member profile pages. This enhances how the profile appears when shared on social media platforms, indirectly impacting SEO.

    Mobile Optimization:
    Ensure that member profiles are optimized for mobile devices. Google considers mobile-friendliness as a ranking factor, and a responsive design is crucial for SEO.

    Regularly Update BuddyPress:
    Keep your BuddyPress installation up-to-date. Updates often include improvements and bug fixes that can indirectly impact SEO.

    Remember, SEO is an ongoing process, and monitoring analytics can provide insights into what is working and what can be improved.

    #332528
    fasirathore
    Participant

    It was not resolved by installing previous version of BuddyPress, I have restored my site discarding recent changes that I made. Now it is working fine.

    Thanks for your time.

    viviandsena11
    Participant

    WordPress Default Registration Settings:
    Go to your WordPress admin dashboard and navigate to Settings » General. Look for the “Membership” option or “Anyone can register” checkbox. Ensure that the checkbox is checked/enabled. This setting allows users to register via the default WordPress registration system.

    Disable BuddyPress Registration:
    In the BuddyPress settings, there might be an option related to registration. Look for the BuddyPress settings either in the WordPress dashboard or under the BuddyPress plugin settings. Disable or turn off any registration-related settings within BuddyPress to revert to the default WordPress registration.

    Check Theme and Plugin Compatibility:
    Sometimes, themes or plugins might override default registration settings. Ensure that your current theme or any other plugins installed do not enforce their custom registration processes that conflict with the default WordPress registration.

    Review Custom Code or Functions:
    If you’ve added any custom code or functions related to registration, review them to ensure they’re not redirecting or modifying the registration flow to use BuddyPress.
    Best Regards:

    Home

Viewing 25 results - 876 through 900 (of 69,016 total)
Skip to toolbar