I have one content profile, " Show a secondary tab below the user's edit tab" selected, with both checkboxes for Account Profile unchecked. I'm also using Panels but only for User profile display. When I click 'Edit', it takes me to the form but the tabs all disappear. I couldn't see anything in the code that would be causing this directly. Any ideas appreciated

Comments

seanb’s picture

This is caused by the line:
$items['user/%user_category/edit/' . $profile]['type'] = MENU_CALLBACK; // remove content profile tab

I think it's better to remove this line (or make it optional) and fix the account / content profile tabs in the user section by adding a theming function or something. For sites with multiple content profile types it doesn't work, and for users with access to multiple content profile types, it is even a bigger problem.

Regards,
Sean

kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)