Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 36 total)

  • fawp
    Participant

    @fawp

    I don’t have any specific suggestions, I just wanted to state my appreciation for people like @imath who continue to contribute to this excellent plugin.

    Thank you!


    fawp
    Participant

    @fawp

    Old post, but I think the behavior you see is WP-driven. The reason I say that is that I have disabled the REST API for WordPress and the link above (e.g. /wp-json/buddypress/v1/members/3) or similar do not retrieve any data.

    I used guidance from this SO article.

    https://stackoverflow.com/questions/41191655/safely-disable-wp-rest-api


    fawp
    Participant

    @fawp

    great, thank you @imath! 🙂


    fawp
    Participant

    @fawp

    MY POST IN THE BP 12 THREAD SEEMS TO HAVE DISAPPEARED, REPOSTING HERE JUST IN CASE


    @imath
    Hi Mathieu, I just wanted to point out an error. I am getting it on version 9.2.0 but I see the code is the same in version 11.2.0 so I am assuming it’s still not fixed.

    Please see this thread

    Getting array offset error on value type Bool

    The error is Notice: Trying to access array offset on value of type bool in /var/www/<my website>/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 1625 for 9.2.0 and

    Notice: Trying to access array offset on value of type bool in /var/www/<my website>/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 1672 for version 11.2.0

    Line 1672 in latest version reads:
    $retval = $upload_dir[$key];

    Hope this is sufficient. Thanks!


    fawp
    Participant

    @fawp

    Hi @webmark487, ok nice.


    fawp
    Participant

    @fawp

    Hi @rskangel and @webmark487

    Today I started experiencing the same error message. In my case the line number is different. My error is

    Notice: Trying to access array offset on value of type bool in /var/www/<my website>/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 1625

    Have you recently changed anything to do with permissions, by any chance?


    fawp
    Participant

    @fawp

    Hi @cthangaraja – as far as I’m aware, BuddyBoss, like BuddyPress, doesn’t have a forum component of their own.

    So you would need an additional forum plugin (such as bbPress, wpForo, Asgaros, etc.)


    fawp
    Participant

    @fawp

    Can you share which link exactly you’re having the issue with? Also, what BP version you are using?

    There’s a useful template to provide this type of info here:

    When Asking for Support


    fawp
    Participant

    @fawp

    Hi @cthangaraja

    What forum are you using? bbPress?


    fawp
    Participant

    @fawp

    @wilcosky Hi Billy,

    In answer to BuddyPress direction I would recommend you check out the posts for Mathieu Viet (@imath), he has been soliciting feedback on a number of features especially in the past months.

    I would say that any feedback is useful. The only issue is time constraints as I see it.


    fawp
    Participant

    @fawp


    fawp
    Participant

    @fawp

    Glad to see you found it.


    fawp
    Participant

    @fawp

    @adjunkten Hi Lars, that is odd.

    Are you able to post a screenshot of what you see?


    fawp
    Participant

    @fawp

    @adjunkten

    Hi Lars,

    I can’t speak for the BuddyX theme but, in general, in BuddyPress settings, if you have the ‘Account Settings’ component enabled, your users should be able to change their email address directly within their BuddyPress profile (BuddyPress profile, Settings tab, General sub tab).


    fawp
    Participant

    @fawp

    Hi @clicksnlikes

    If BuddyPress is deactivated and you still have the same issue, then it’s not a BuddyPress problem.

    Your issue must have to do with the configuration of your website or another plugin that is preventing your registered users from creating topics.

    I’d suggest to check your other plugins (if any), deactivate them one by one, and see if that isolates the problem.


    fawp
    Participant

    @fawp

    Hey @clicksnlikes

    very day i installed the buddypress plugin

    What happens if you deactivate BuddyPress? Are registered users able to create topics then?


    fawp
    Participant

    @fawp

    No one ever answers questions raised here. It’s so annoying and frustrating.

    Hi @clicksnlikes. I feel your pain. The thing is, this is a volunteer-led community, so everyone tries to help when they have some time available.

    Registered Users and members are unable to use the create topic function on my site as somehow it’s only available for guests or non-registered members and admin.

    Has this behavior you’re describing been like this from the start, or has it started to occur recently?


    fawp
    Participant

    @fawp

    I attempted to do this but I’m unable to target the BASE group without also affecting the USER INFO group

    I have the same issue.

    This isn’t the most elegant solution but, assuming the Base group is the first in the Tabs array, it works.

    Needs to be added to your theme’s functions.php file.

    function bp_profile_remove_base_tab ( $tabs ){
    
            unset($tabs[0]);
    
        return $tabs;
    }
    add_filter( 'xprofile_filter_profile_group_tabs', 'bp_profile_remove_base_tab' );
    

    fawp
    Participant

    @fawp

    hi @krausi

    I don’t know if BuddyPress on its own would allow you to do that (perhaps somebody else might be able to advise)

    But you might want to try some Group Management plugin such as this one

    Groups

    It strikes me as something you’d probably need some additional coding.


    fawp
    Participant

    @fawp

    Hi @krausi

    Your request is a bit thin in terms of explanation. I doubt many will understand what you are after.

    Would you be able to explain more in detail exactly what you need?


    fawp
    Participant

    @fawp

    @jason_hayes not sure where the theme from the homepage screenshot comes from.

    I am working on a customized theme so can’t help with recommending something.

    Hopefully someone with more experience will come along and be able to advise you.


    fawp
    Participant

    @fawp

    hi @imath – I wanted to offer to moderate the support forums given there seems to be spam almost every day.

    I moderate a separate community so it would be no burden to me to help keep BP Support Forums spam free.


    fawp
    Participant

    @fawp

    @ildomandatore did you change anything (e.g. add/remove a plugin, change theme, etc.)?

    There’s a helpful checklist in When Asking for Support


    fawp
    Participant

    @fawp

    Bump (and, if bumping is frowned upon here can one of the mods please let me know).


    fawp
    Participant

    @fawp

    Hi @josiejackson

    A few basic questions:

    • Did Editing Basic Profile Group work before, i.e. is this a new error message, or has this been like this from the start?
    • Did you try switching to a different theme, to see if the error still shows up?

    There’s a good template to follow here that helps the community helping you troubleshoot what the problem might be.

Viewing 25 replies - 1 through 25 (of 36 total)
Skip to toolbar