======== Easy Color Scheme Manager Module v1.02 ========
Created by Azumandias (azumandias _ at _ hotmail.com)
Original phorum coding by the Phorum Development Team (http://www.phorum.org)
Hexagonal Color Table provided by colorDavid at http://www.mensinghe.nl/colorDavid
	You are free to use these tables for inclusion in other work, provided you 
	include a URL to this website, as well as this notice that orders to do so.

========        Brief Description         ========
This module allows you to choose a color scheme, based on any template, preview
it, and apply it to your forum.  You can also save and reapply different schemes.

========      Installation and Usage      ========
This module installs like any other module, though it has a number of non-standard
files in its directory.  Make sure they are all included (see file list below).

When you first open this module it will pull the standard color variables from your
currently applied template.  These colors will be saved to the "DefaultColors" scheme.
Note that any colors found in the template that use a color name rather than the
hexadecimal value will be converted to their respective hexadecimal values.  You can
then change any color by selecting it or clicking in the color code field.  You can
either click one of the colors shown in the color table provided or enter your own
color names or hexadecimals values (be sure to include the #). Once you have chosen
your colors you can save them as a color scheme then preview that scheme or apply
it to your forum.  The currently applied global color scheme is always shown at the top of
the settings page.

========         Version History          ========
v1.0 - Started
v1.01
	 - Added Import/Export of Color Schemes in from pasted settings.
	 - Fixed FireFox coding to properly confirm deletion of a color scheme.
	 - Fixed FireFox coding to properly select colors and undo selections.
v1.02
	 - Added the ability to apply a saved color scheme to each individual forum.
	 - Added confirmation dialog before applying a theme to any and every forum.
	 - Added confirmation dialog when saving a color scheme would result in an overwrite
	   of a previously saved color scheme.
v1.03
	 - Added the ability to apply a saved color scheme to each individual template.
	 - Fixed bug in saving a color scheme to each individual forum which prevented more
	   then one forum from having a color scheme.
	 - Fixed a bug which could cause problems importing template color schemes.
	 - Fixed a bug which could cause a problem when applying a color scheme to a specific
	   forum, other forums would generate an error.

========                Todo              ========
 - Capture and alter illegal color values.

 - Dropdown selection of available templates to get settings from.

 - Import/Export settings for color schemes from files.

 - Search for unkown color variables in a custom template.  Right now, if a template
uses a non-standard variable (i.e. "bodybackgroundcolor" instead of "bodybackground"),
then that color will not be able to be set from this module.  If I have the time
and can learn the proper code, I will try to have the module scan the entire template
for anything that looks like a color variable (i.e. uses #999999 or matches the list
of color names).

========               Files              ========
easy_colorscheme\
	colorDavid_hw16.gif
	colorDavid_lw16.gif
	colorDavid_mw16.gif
	colortable.modx
	easy_colorscheme.php
	info.txt
	readme.txt
	settings.php