-
Amit Agrahari replied to the topic Users cannot delete their accounts 🙁 in the forum How-to & Troubleshooting 4 months, 4 weeks ago
@ariadnaquingles, the issue could be due to a conflict with a third-party plugin. You might want to try deactivating all plugins and then reactivating them one at a time to identify the culprit.
-
Amit Agrahari replied to the topic Disable password change in the forum How-to & Troubleshooting 9 months, 2 weeks ago
@mayawi Using the following code snippet, you can completely conceal the General tab in the settings.
add_action( 'bp_setup_nav', 'wbcom_custom_set_default_sub_nav', 20 );
function wbcom_custom_set_default_sub_nav() {
//Remove the general tab
bp_core_remove_subnav_item( bp_get_settings_slug(), 'general', 'members' );//Set the Email tab as…[Read more]
-
Amit Agrahari's profile was updated 1 year, 2 months ago
@amitgrhr
Active 2 weeks, 4 days ago