Thanks Nikos -
I just installed this for someone and it worked great.
One correction to your instructions.
You say:
1.2 Add a new field in the w3t_Users table called U_ChatIcon VARCHAR(10) DEFAULT "1000"
<br />ALTER TABLE [:"red"]w3t_InChat[/] ADD U_ChatIcon VARCHAR(10) DEFAULT '1000'; <br />
Should be:
1.2 Add a new field in the w3t_Users table called U_ChatIcon VARCHAR(10) DEFAULT "1000"
<br />ALTER TABLE [:"red"]w3t_Users[/] ADD U_ChatIcon VARCHAR(10) DEFAULT '1000'; <br />
