Color Usernames Corehack
Version: 0.1.3

	 Installation of this corehack is almost as simple as a plugin. If you have any questions, feel free to contact me.
	 
	 Access your SQL database and Import colornames-0.1.3.sql into the database.
	 
	 Next, make backups of all files to be replaced by this package.(Where present) These files can be seen here.
	 
	 Once finished, you may overwrite the originals with the contents of this package. Once this is done, your website is now ready to operate
	 using Colored Usernames. When installed on a fresh database, all users who join will automatically be assigned the default color.(black:000000
	 They may not edit these colors until the configured postcount has been reached(default:25). When installing on an estabolished database, all existing
	 members are assigned no colors. These users must enter their "Profile" and Update it a single time(no changes to fields needed). This will
	 assign the default color to their name and enable editing. Clicking the [++] symbol beside each input field brings up a list of HTML safe color
	 codes. Clicking any HTML code in the popup will insert the color into the appropriate box. Users can not change the name displayed, only the colors!
	 
	 In the likely circumstance that you are not using the default sed-light skin, you may insert the following manually into these files to gain proper operation.
	 
	 users.edit.tpl:
	 --------------------
	 Display colors:
	 {USERS_EDIT_DISPLAY}
	 --------------------

	 users.profile.tpl:
	 -----------------------
	 Display colors:
	 {USERS_PROFILE_DISPLAY}
	 -----------------------
	 
	 English is currently the only supported language in this package. If you need support for other languages. Please update the appropriate admin.lang.php with the following:
	 -----------------------
	 $L['cfg_postcount'] = array('Color names postcount', 'Set postcount user must have to use Colored Names');
	 $L['cfg_defaultcolor'] = array('Color names default', 'Set default color for new members');
	 -----------------------
	 Anywhere under the line "/* ====== Configuration ====== */" is best suited. Do Not Modify the text inside the square bracket's. []*
	 
	 This package should contain the following files:
	 
	 /root/
	 colornames-0.1.3.sql
	 ReadME.html
	 Screenshot[0].jpg
	 Screenshot[1].jpg
	 Screenshot[2].jpg

	 
	 If any of these files are not present, please redownload this package directly from Cotonti.com!
	 
	 
-TwistedGA -Lazymod Studios 2009