@omishiroy
12 years, 9 months ago
I have created a file called bp-custom and placed into plugins folder. In this file I’ve pasted all the settings from https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
Then I’ve figured out that these lines were the problem:
`define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );` `define ( ‘BP_DISABLE_ADMIN_BAR’, true );`
I commented out the lines and the profile pages came back!
Hope this can help you.
disabled
SOLVED!
I’ve used codes in bp-custom that did the content of the user settings/profile not showing.