I am working on editing the tabs on user profiles. I want to be able to see some basic tabs on all profiles (personal profiles and other user profiles). All the tabs would have the same names but would serve a different function depending on whether it was the user's personal profile or another user's profile.
For example:
My personal profile would display these tabs: PROFILE | EDIT | MESSAGES | CONNECTIONS
PROFILE (changed string name from VIEW) would be the profile information
MESSAGES would be all my messages through the Privatemsg module
CONNECTIONS (changed string name from RELATIONSHIPS) would be all my relationships through User Relationships module
Now on a user profile, seen by any other user, would show the same tabs (obviously w/o edit): PROFILE | MESSAGES | CONNECTIONS
PROFILE would be the user's profile information
MESSAGES would allow for either a link to send the user a message or a "compose message" field
CONNECTIONS would show the user's "connections" and mutual connections (not entirely necessary)