$Id$

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation


INTRODUCTION
------------

Maintainer: Dmitry Danilevsky aka abarmot <dmitry@danilevsky.com>

If you use Profile or Content Profile modules to create category tabs on user's
account edit pages and want to set your custom category as a default tab you should
use Profile Edit Default Tab module.

Profile Edit Default Tab has it's configuration page where you can select your
default category tab from select list of available categories. After selection
of a category it's tab will become default and move to the begining of
categories tabs (former place of Account tab) on user's account edit pages.


INSTALLATION
------------

1. Extract the Profile Edit Default Tab tarball. Move the resulting
   'profile_edit_default_tab/' subdirectory within the correct 'sites/*/modules/'
   directory. Be sure the web server has read permissions to this directory and
   it's files.
   
2. Log in to your website and enable the profile_edit_default_tab.module.
   (Goto :: admin/build/modules :: then put a check next to 'Profile Edit
   Default Tab').

3. Assign the 'set profile edit default tab' permission to all roles that you
   wish to have an ability to define a default tab.
   (Goto :: admin/user/permissions#module-profile_edit_default_tab :: then put
   a check next to 'set profile edit default tab' for all roles you want).

4. Select your default category tab.
   (Goto :: admin/settings/profile_edit_default_tab :: then select your category
   form available categories and click save button. Note, you can select your
   default category only if you have Drupal installation has more then 'Account'
   category.