hi,
how i hide this 2 tabs ?
thanks
i resolved with css :
#buddypress div.item-list-tabs ul li#profile-personal-li {
display: none;
}
#buddypress div.item-list-tabs ul li#notifications-personal-li {
display: none;
}
how instead rename this tab in attach ?
thanks
Awesome. Thanks for sharing the css as well.
Best way to rename the labels is by using Translation files.
refer link : https://wplms.io/support/knowledge-base/translating-buddypress-strings-activity-notification-messages-friends/
Translation plugins like codestyling do not add any overload, they directly make changes in the .po/.mo files which is just like using poeditor. You can install the plugin, make changes and deactivate the plugin.