Basically, I’m trying to move the two user “Settings” screens (“General” & “Notifications”) to be under the main “Profile” menu item (on the same level as “Edit Profile” and “Change Avatar”).
Modifying the actual menu is the easy part. Using bp_core_new_subnav_item(), I’ve got that all squared away. It’ll link to members/username/profile/general/ which seems logical.
The problem is, It’s being redirected to the home page. This doesn’t make much sense to me, as I’m using the same screen function (which is defined). I’ve tried adding logic to handle the new “general” action in /members/single/profile.php to no avail. The template is not even called. How can I catch and process the new url?