Avatar Studio v1.00
PHP-Fusion v7.00
Original Author: Terry Broullette
Email: webmaster@nwrcc.com
URLs: http://www.nwrcc.com
           http//twilightasunder.whisperwillow.com
           http://thegatheringdawn.whisperwillow.com
---------------------------------------------------------------------------------
This program is released as free software under the
Affero GPL license. You can redistribute it and/or
modify it under the terms of this license which you
can read by viewing the included agpl.txt or online
at www.gnu.org/licenses/agpl.html. Removal of this
copyright header is strictly prohibited without
written permission from the original author(s).
---------------------------------------------------------------------------------

FEATURES:
-------------------
* An avatar studio that allows members to select an avatar from images on the server
* Supports images on the server in multiple directories (categories)



INSTALL INSTRUCTIONS:
-------------------------------------------
1. Upload/Copy all contents of the ZIP (under infusions), into the 'infusions folder' of your webspace

2. Create a folder named ( avatar_studio ) in ( BASEDIR/images/avatars/ )

3. Create sub-directories under the ( avatar_studio ) folder containing your avatar images

4. Add these css definitions to your ( theme/styles.css ) file changing color codes as
    appropriate for your themes color scheme.

       .row1 { background-color: #484848; border: 1px dashed #FFEB77; }
       .row2 { background-color: #262626; }
       .large { font-size: 14px; font-weight: bold; }
       hr.mid-hr { height: 1px; border: 1px solid #13CA2F; }

   This step is totally optional but if not used consider changing the 'class=' definitions in
   avatar_studio.php to one of the standard 'css calls'

5. Install the infusion through the Admin Interface 'Infusions' management function

6. Access the Avatar Studio from the new 'Site Link' that was created in the Navigation Panel


NOTES:
-------------
* To add more categories or avatars simply create a new folder (with images) in the

  ( images/avatars/avatar_studio ) folder

Note: The 'name' of the created folder is the avatar 'category name'

* Upload images to the created folder(s) to add more avatars to that category

CHANGELOG:
-----------------------
1. Dutch translation locale provided by 'digifredje' on PHP-Fusion Mods

CREDITS:
----------------
1. This infusion would not have been possible without a lot of help from 'wildteen88' Super Moderator
on ( http://www.phpfreaks.com/ ) forum systems. Thanks wildteen88 !
2. Avatar display concept modeled from ( http://www.phpbb.com/ ) phpBB2 and phpBB3 forum systems