This project is not covered by Drupal’s security advisory policy.

This little module changes the way categories and fields are shown when viewing the profile. Normally they are all displayed below each other, which can result in very long user profiles when you use a lot of extra fields and categories.

This module creates a tab for each profile category, and lists only the fields of the active tab.

In the administration you can set which profile tab should be shown by default when visiting a profile. One can also select which tabs should be hidden. On the default tab, the hidden profile fields are shown.

A user profile might look like the following ...

----------------
History
    Active for: 3 weeks
    Blog: link to blog
Personal Information
    Age: 32
    Location: Florida, USA
    Interests: Dogs, cats and other 4 legged animals
Private Messages
    Send user a private message
Websites
    http://drupal.org
    http://example.com

... but with this module (the 2rd category is active and the 3nd cat is set 'hidden'), this becomes ...

History | Personal Information | Websites
-------------------------
Personal Information
    Age: 32
    Location: Florida, USA
    Interests: Dogs, cats and other 4 legged animals
Private Messages
    Send user a private message

Screenshots of module:
Normal profile
Tabbed profile

Project information

Releases