|
|
||||
Installing Chat
The chat program is installed from the Package Installer section of your netConsole. Once you select "chat" from the drop-down menu and click the install button, you'll be prompted for the directory that you want the chat installed in.The path you provide here is relative to your webshare directory. So, for example, if you type "chat", netConsole will install the chat-related files into a directory called "chat" within your webshare directory. If the directory that you specify does not exist, the netConsole will create it.
It is important to know that by installing the chat program into an existing directory containing files, you run the risk of overwriting any files in the directory with the same names as any chat-related files. Therefore, we recommed that you install chat into empty directories only.Using Chat
Once the chat program has been installed, your visitors can then begin using it immediately. The chat interface is intuitive and allows users to:Note: Due to a bug in the JIT compiler in Microsoft Internet Explorer 6, your users might experience problems using this mode of the chat program. This can be avoided by disabling the "JIT compiler for virtual machine" in the advanced tab of IE's Internet Options.
Configuring Chat
You, as the administrator, are given a few configuration options for your chat program.Customizing the Chat Program
As you would expect, the chat program's user interface can be modified to match your website.Conveniently, the majority of the modifications you will likely make can all be done in one file, config.css. This file resides in the directory you installed chat into and contains cascading style sheets (CSS) information that controls the background colors, colors, font faces etc. of the chat-related pages. The "stock" config.css defines styles for 5 page elements:
Althought you cannot add new CSS elements without editing the other chat-related pages, you can add other properties to the elements that already exist within the config.css.
Note: Editing the .private, .user, .error and .message elements will not affect the way the Java chat mode looks.In addition to editing the CSS file, you can also easily customize your chat by replacing the logo displayed at the top of the chat-related pages. Simply save an image in GIF format as logo.gif, and upload it to the directory containing your chat.
Note: Customizing the chat program beyond the scope explained here is possible with some knowledge of HTML. You are free to modify any of the files installed with chat.Related Items