User account tab views

Users can access their account page via view/edit tabs. You can create a "Content" tab that shows content the user authored.

Image
Drupal views user tabs

Add a view to user tabs

  1. Create a content view with the url as /user/%user/content.
  2. Add a contextual filter for the content author id.
  3. Set the menu type to menu tab.
  4. Select My account link in User account menu as the parent.

After saving, the view should be available in the user tabs.