Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress 12.0.0

Viewing 24 replies - 176 through 199 (of 199 total)
  • I agree BuddyX is a great looking theme, it’s available on the Theme directory and actively maintained by great developers (who are contributing back to BuddyPress). We wrote a post on it on this website. Our BP Block Theme will also be available on the Theme directory and we’ll probably look at a way to feature nice BP Themes from end-users Dashboard a bit like we’re featuring BP Add-ons from it (Plugins > Add New > BP Add-ons tab).


    lmstearn
    Participant

    @lmstearn

    Hi @Mathieu,
    Any update on the previous issue?
    Should the pagination issue be referred to bbPress, and can you repro the issue in the recent post display?
    To debug here, disabled Litespeed, so working with only a few – Twenty Twenty Three, bbPress, BuddyPress, Cleantalk, and the bbp Style Pack.
    Thanks.

    Hi @lmstearn

    To me it’s a bbPress issue. I believe there’s already one on bbPress Trac.

    The workaround I posted here: https://gist.github.com/imath/24fdfa1b8625477e93c0daa0d90b2a44 is the way to go imho.


    clipcash
    Participant

    @clipcash

    hi, i’have this error:
    RSS: Loading Community Updates. Wait For.
    why?
    tks
    luca


    clipcash
    Participant

    @clipcash

    hi, i’have this error:
    RSS: Loading Community Updates. Wait For.
    why?
    tks
    luca

    Hi @clipcash

    I have no idea, I’ve just searched our entire codebase and we’re not using such an error message. That’s probably a message generated by another plugin.


    Rosso Digital
    Participant

    @roberthemsing

    Hi there,

    We’re having an issue where since upgrading to 12.0.0 all slugs that include the word ‘register’ automatically redirect to the homepage. Even disabling the plugin or rolling back a version doesn’t revert the issue.

    We’ve tested this with the 2024 theme and no other plugins active on a staging site. I can provide a screen recording of the steps we took in case that’s helpful and could provide a staging site. Not quite sure what we can do to change this on our end.


    priyam1234
    Participant

    @priyam1234

    Hello sir

    Q-1) in user profile this function ” bp_profile_group_tabs();” give list only when you have more then two group

    Q-2) we check that better message new version has issue , mini widget and chat box not not open only skelton effect display, some time it works proper but some time give issue . please check in both role user admin and normal.

    Hi @roberthemsing

    What you describe is the typical behavior you get when you try to reach the registration page while you already logged in. Did you make sure to log out before trying to reach this page ?


    Rosso Digital
    Participant

    @roberthemsing

    Hi @imath, sorry I should’ve been clearer. I’m referring to every slug that contains the word ‘register’. In this particular case the slugs are /register-us-seminar-april-2024/ and /register-london-seminar/

    As soon as I remove the word ‘register’ from the slug the issue disappears. This happens both for logged out and logged in users (not that it really matters because obviously it shouldn’t happen at all…)

    @roberthemsing

    Ouch, pretty annoying! Thanks for reporting it. I’ll check it asap. In the meantime, what happens if you go to Settings > BuddyPress > URLs and change the slug for the Register panel to sign-in for example?

    Screenshot Register Panel


    Rosso Digital
    Participant

    @roberthemsing

    That did the trick!


    Rosso Digital
    Participant

    @roberthemsing

    @imath – is it possible to just disable the registration page/slug completely? We’re using Formidable Forms as a registration form for people to sign up to the website and the WordPress user accounts are linked to the BuddyPress profile anyways. Right now – with the slug being /register/ – we’ve created an actual page with the slug /register/ that hosts the Formidable Form which seems to overwrite the BuddyPress sign-up form. If I change the BuddyPress register slug settings to /sign-up/ it creates a new sign-up form which just messes up our profiles/website access. Otherwise I’d have to change the Formidable Forms registration slug to /sign-up/ as well and we’d have to create a redirect from /registration/ to /sign-up/ because the /registration/ slug is in use across the site and on other third party channels too.

    Hi @roberthemsing

    Making the BuddyPress registration flows « deactivable » is something we’ll think of during next major version. In the meantime using this gist I was able to disable it.


    Rosso Digital
    Participant

    @roberthemsing

    Thanks for that @imath!


    maciejatmyshca
    Participant

    @maciejatmyshca

    @imath Thank you for your reply.
    We have stabilished that the issue with images not loading is due to Lazy Load and possibly CDN. We use Smash Pro for this. I am working on this with thier support currently but I wonder if you kindly would be able to advise further?

    Many thnks


    maciejatmyshca
    Participant

    @maciejatmyshca

    @legiosmoke Hi,

    I also encoutered issue with images not loading. Have you managed to sort it?
    We have stabilished that the issue with images not loading is due to Lazy Load and possibly CDN. We use Smash Pro for this.

    Do you use this plugin or another?

    Many thanks

    Hi @maciejatmyshca

    There was a ticket where I did some tests, imaged were showing when not logged in for me:
    https://buddypress.trac.wordpress.org/ticket/9066

    if it’s lazy loading I believe it’s mainly a WordPress thing as we do it in activity and for avatars only if I remember well.


    Rosso Digital
    Participant

    @roberthemsing

    Hey @imath – just wondering if the /register/ link redirect was fixed in one of the plugin updates? I just run an update on a staging site and it seems to be resolved but just wanted to make sure that it actually is resolved before I deploy 🙂

    I have found out from numberous users that BuddyPress version 12 doesn’t work very well, so far I’ve learned that 9 themes that are focused around having BuddyPress crash there sites now, and others who use buddypress with Wp Page Builder and Elementor and Elementor Pro are having error messages creating there websites from being useable. This is just one theme with many people leaving comments about this. https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/6776630/comments?page=1&filter=all#comment_30328819

    I have also contacted my developer support person at Elementor Pro and they are having issues with it as well and it’s not there end with the issues. It’s going on 2 to 4 weeks for most of us.


    priyam1234
    Participant

    @priyam1234

    Hello sir

    Its argent Issue

    with new version of buddypress(12.0.1) there are criticle error face because of old function deprecated . because there are lot of plugin such “buddy press integration with woocomerce” , “bbpress” any other which depend upon buddypress they do not change there functions .

    I request you to if any plugin wich from your company not compatible with buddypress new version please make it compatible ASAP.


    Varun Dubey
    Participant

    @vapvarun

    @priyam1234 as an immediate solution, you can define the following inside wp-config.php

    define('BP_LOAD_DEPRECATED', true);

    You can place this line anywhere in the wp-config.php file, but it’s typically a good practice to add it just before the line that says

    /* That's all, stop editing! Happy publishing. */.


    priyam1234
    Participant

    @priyam1234

    Hello @vapvarun
    thanks for your suggestion .

    BUt , i cant say it to my all client which are more then 700 .

    Hi @priyam1234

    I’m aware of the issue, see: https://buddypress.org/support/topic/buddypress-12-1-1-maintenance-security-release/

    I’m currently working on it from https://buddypress.trac.wordpress.org/ticket/9075. I need to make sure the fix is taking care of all possible cases, which means a lot of tests.

    As soon as I have something solid I’ll package a new minor release. It will happen faster than 12.1.1 (which took a month). I hope I’ll make it happen early next week.


    @ayayron
    sorry to read about it: please do participate to our beta testing period. We extended 12.0.0 to 5 months without receiving any issues from you or other Themeforest developers. It’s better to anticipate imho.


    @roberthemsing
    I’m not sure, my guess is we’re not strict enough about the rewrite rule so I’ll need to review this asap.

    I’m going to close this topic, please carry on giving us your feedbacks and issues from this topic:

    BuddyPress 12.1.1 Maintenance & Security Release

Viewing 24 replies - 176 through 199 (of 199 total)
  • The topic ‘BuddyPress 12.0.0’ is closed to new replies.
Skip to toolbar