-
@mercime replied to the topic Profile Avatar Showing Wrong Image in the forum How-to & Troubleshooting 11 years, 1 month ago
@catwomanbadkitty Contact host tech support re where your error logs are. Have you cleared cache? If you change to BP Default theme, does same issue show up? Site URI where issue shows up?
-
bp-help replied to the topic remove "activity" tab from user profile in the forum How-to & Troubleshooting 11 years, 1 month ago
@catwomanbadkitty
It really doesn’t matter but I tested it in bp-custom.php. -
bp-help replied to the topic remove "activity" tab from user profile in the forum How-to & Troubleshooting 11 years, 1 month ago
@catwomanbadkitty
function bphelp_remove_activity_from_profile(){
bp_core_remove_nav_item('activity');
}
add_action('bp_activity_setup_nav','bphelp_remove_activity_from_profile');
@catwomanbadkitty
Not recently active