Avatar Studio v2.02
PHP-Fusion v7.01.xx
Original Author: Terry Broullette
Email: webmaster@whisperwillow.com
URL: http://www.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

* Old avatar image deleted before new one is saved

* New avatar displayed after save routine completes (no refresh needed)

* Avatar folders are sorted

* Supports images on the server in multiple directories (categories)

* Supports images in GIF JPG and PNG formats

* Now compatible with div based 2 colum themes

* User changable columns for 'avatar display'

* After your avatar is saved your profile is automatically displayed after an 'adjustable' timeout;
  simply change the timeout duration in the script at the bottom of avatar_functions_inc.php

* Includes a 'av_style.css', style definition file in the 'include' folder of the infusion



INSTALL INSTRUCTIONS:
-------------------------------------------
1. Open 'avatar_studio.php' in your favorite editor and find line 75:
    
    ||    $avatar_cols = 4;

    Change the value of '$avatar_cols' from 4 to 3 or 5 depending on your average avatar width
    The default column value is 4 and will probably be most popular setting

2. Edit the css definitions ( infusions/avatar_studio/include/av_style.css ) file changing color codes as
   appropriate for your themes color scheme. This step is optional

3. FTP upload all contents of the ZIP (php-files), into the 'root' of your webspace
    Avatar folders/w sample avatars are automatically created

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

5. 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

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