Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Cannot access Account Settings under Users

Sorry, didn’t quite get where you were getting that URL from! Looking at TRAC, it look like andy disabled it because it wasn’t working very well with IE, but didn’t disable the call to add the menu. I will create a ticket on this, but until it is fixed, you can edit:

/bp-xprofile/admin-mods/bp-xprofile-admin-mods.php

on line 9, it has:

add_action( 'admin_menu', 'xprofile_add_account_tab' );

just change that to:

//add_action( 'admin_menu', 'xprofile_add_account_tab' );

Haven’t tested that, but should work.

Trent

Skip to toolbar