Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • AND I solved my own problem by typing it out here.

    YES – bp_core_remove_nav_item( ‘invite-anyone’ );

    My other solution was not working because it is not a subnav. As soon as I typed that I realized it.

    Thanks again for help.

    I have discovered the problem. I use the Invite Anyone plugin – https://wordpress.org/extend/plugins/invite-anyone/ but have a custom function that removes the “Send Invites” tab from the user community. It is a closed community and I only wanted the functionality within groups.

    I use a function that contains $bp->bp_nav= false; to remove it. As soon as I removed that, it worked. I have tried using bp_core_remove_subnav_item( $bp->member->slug, ‘invite-anyone’ ); but that does not work.

    Thanks for the assistance. I should have done some 101 testing first but appreciate the quick look.

    @r-a-y , I have verified my pages setup – all are associated with “pages”

    I am using my own child theme based on the core theme. I just tried switching to the default buddypress theme and did not receive the error. I should have tried that.
    Is there a specific reference for 1.6 theme changes? Or should I dig through the template files looking for the changes?

    I am running a large number of plugins and I have a handful of functions that I wrote for modifying the tabs on a user’s profile. I do not receive any errors if viewing another users profile, but only if “editing” or viewing the current users. I have a feeling it is one of my functions that is causing this failure.

    The approval of new groups would be a really desired feature. I am using both plugins listed above, but would like users to create their own groups with an admin approval process.

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