Profile
How to Delete your Shaadi.com Account or Profile
Its very easy to delete your shaadi.com account/profile. Here’s the procedure,
Log in to your Shaadi.com account, and go to My Shaadi > My profile. Then click on Hide/Delete Profile link under this section. Now, click on delete profile.

(3 votes)
Creating a list of Favorites for Users to show in their Drupal Profile
Download and enable the flags module
http://drupal.org/project/flag
Flag module is very customizable because it is more flexible and you can integrate it in views.
In order to create a tab in Users's profile, that will lsit their favorite nodes:
- First create a view
- Select the fields you want
- Select an argument uid and connect it to currewnt logged in user
- Create a page called user/%/favorites
(3 votes)
