First, thanks for the fast reply
I will explain myself better. I've got a component which I created and in my com I've a view in which the user configures stuff which are relavant to his account. I would like to know if it is possible that I add my view into your edit profile form as a new tab.
Thanks
for add any other tab you can use a user plugin! I'll explain with an example:
Joomla have built-in a "User - Profile" plugin (see in screenshot 1). This plugin add some field to your Registration/Edit Profile page. One Important Thing: To work this plugin (or any other plugin that makes new field) you must order after our "plg_jsn_users" plugin.
The registration/edit profile is the same of Joomla, the tabs are rendered by our Javascript code. This code make fieldsets as Tabs and legend of fieldset as title of tab.
I do not know if it is the correct solution. Otherwise you might think to send me your Site Details to see the problem.