@tekuan-coleman
13 years, 11 months ago
Im still having a problem here. BP seems to work better if i create pages for the functions (activity, groups etc). I see no need to have the admin bar up if this is possible. can i completely remove the bar from my site?
@mercime
sure you can remove the bar from your site `define ( ‘BP_DISABLE_ADMIN_BAR’, true );`
cool Thanks where do i add this file
hmmm, i did see that in bp-core-adminbar and changed “false” to “true
still nothing
@modemlooper
Create a file called bp-custom.php, put that file in your plugins folder and add all your functions to customize BuddyPress in this file.
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
It says to use wp-config but don’t. Use bp-custom file then you wont ever loose the settings
did exactly that….”NOTHING”
Done, thanks a million for the help.