I asked a bit too soon… A little more searching and I found your explanation here. Setting the default component seems to have done the trick. Thanks for the code samples!
I’d like to restrict the submenus used in profile views to show only if a user is on their own profile or if they are an admin. I think this thread speaks to that. Please let me know if I’m wrong…
I tried using @danbp ‘s code, but I get a “page not found” on pages that should just be removing the submenu. Logging in as a test user with no admin abilities, I can view my own profile with all tabs intact – but if I go to another user page, I get a 404.
Assuming I understand the intent of the code, does it need to be adjusted?
I’m in the process of integrating buddypress with a custom theme. First rodeo of this type…
How often are the bp-lecacy files updated? I’d like to just merge them into my theme files, change templates as needed, and not load a bunch of extra css and js files. But I’d hate to miss critical updates by overriding all template, style and js files with my theme.