|
|||||||||
|
Java ParamsThis page contains customizable options that can be used in our advanced code option. For more
information on adding these options, see our Customizing chat applets page.
JAVA PARAMS ACTIONSFormat: [name],[action string];[name],[action string];Extended: actions1, actions2,... actions9
This will create a drop down menu with the 'name' item showing in the menu. When selected it will prefix the action string with the persons nickname and send it into the channel.
Examples:
JAVA PARAMS ALLOWRAWCOMMANDSFormat: [true|false]Default: (false) If false, then the user is unable to enter /raw commands.
Examples:
JAVA PARAMS ALLOWUSERCOMMANDSFormat: [true|false]Default: (true) If false, then the user is unable to enter ANY / commands.
Examples:
JAVA PARAMS ALLTOPICSFormat: [topic1,description1];[topic2,description2];Set all possible topics and descriptions of each, for use by the TickerTopics module.
Examples:
JAVA PARAMS ASKCLIENTTYPEFormat: [true|false]Default: (false) Prompt to use either the mini client or the regular client, otherwise will load the one appropriate for the Java support on the browser.
Examples:
JAVA PARAMS ASKFORPASSWORDFormat: [true|false]Default: (true) If true, will prompt the user to enter a password to nickserv.
Examples:
JAVA PARAMS AUTHORIZEDHOSTFormat: [host1,host2, ...]Default: (none)
Examples: JAVA PARAMS AUTOLISTFormat: [true|false]Default: (false) Automatically request a rooms list every [listtime] seconds. The [listnow] param can still force an initial list, even with autolist set false.
Examples:
JAVA PARAMS AVATARFormat: [image] [name];[image] [name];Extended: avatar0, avatar1,.. avatar15 [image] Up to 16 avatar images used by the AvatarPanel. The value should be in the format [image] [name].
Examples:
JAVA PARAMS BANNERFormat: [-Client message-;-click URL-;-image-]Backpack image settings note:client was replaced by banner.
Examples:
JAVA PARAMS BGFormat: [color]Default: (FFFFFF) Default background color.
Examples:
JAVA PARAMS BUDDIESFormat: [buddy,buddy,room, ...]List of users or rooms to put on your temporary watch list.
Examples:
JAVA PARAMS BUDDYBGFormat: [color]Default: (client bg) Background color for buddy list module.
Examples:
JAVA PARAMS BUDDYCHANNELACTIVEFormat: [color]Default: Color for active rooms in the buddy list.
Examples:
JAVA PARAMS BUDDYCHANNELINACTIVEFormat: [color]Default: Color for inactive channels in the buddy list.
Examples:
JAVA PARAMS BUDDYFGFormat: [color]Default: Foreground color for buddy list.
Examples:
JAVA PARAMS BUDDYOFFLINEFormat: [color]Default: Color for offline users in the buddy list.
Examples:
JAVA PARAMS BUDDYONLINEFormat: [color]Default: Color for online users in the buddy list.
Examples:
JAVA PARAMS BUDDYSOUNDFormat: [sound]Default: To play when a new message comes in.
Examples:
JAVA PARAMS BUFFERSIZEFormat: [int]Default: (0) If set to anything greater than 0, all rooms will only buffer the specified number of lines. For example, with buffersize=100, the rooms will show only the last 100 lines of chat.
Examples:
JAVA PARAMS BUTTONFormat: [Button Text];[Help Text];[Command]Extended: button1, button2, ... button7
Allows you to configure up to 8 buttons of your own. Make sure you don't go overboard on the button text, it should fit within your button image. The help text will be displayed in the browser's status bar as you pass your pointer over the button.
Examples:
JAVA PARAMS BUTTONSFormat: [URL]Allows you to define a specific graphic that will be used for the button panel.
Examples:
JAVA PARAMS BUTTONFONTFormat: [font]Default: Font to use for the action buttons (Session, Chat, Rooms, Float, Help).
Examples:
JAVA PARAMS BUTTONPANELSee showbuttonpanel
JAVA PARAMS BUTTONSIZEFormat: [font size]Default: Font point size to use for the action buttons.
Examples:
JAVA PARAMS BUTTONSTYLEFormat: [font style]Default: Font style to use for the action buttons.
Examples:
JAVA PARAMS CHANLOCKFormat: [channel],[channel]If set to a list of channels, only those channels may be joined.
Examples:
JAVA PARAMS CHANNELFormat: [channel]Default join room.
Examples:
JAVA PARAMS COLORPANELFormat: [true|false]Default: (false) Enable the color panel option for users.
Examples:
JAVA PARAMS COMMANDSFormat: [string];[/command]Extended: From 0 to 9 commands1, commands2,... commands9. Add commands that will show in a drop down menu on the main interface.
Examples:
JAVA PARAMS CONNECTFormat: [true|false]Default: (true) Automatically connect to the server.
Examples:
JAVA PARAMS DEFAULTINPUTCHANNELFormat: [string]Even though you may be watching another room, your typing will go to this room instead. This is handy if you're trying to run an event with a Professional Edition server that doesn't have message queues.
Examples:
JAVA PARAMS DISABLEFLOATFormat: [true|false]Default: (false) Disable the ability to float the applet.
Examples:
JAVA PARAMS DISABLEPRIVATEMESSAGESFormat: [true/false]Default: (false) When set true, disables private message windows to other users. Note that the setting only disables the windows themselves, if you need to disable private messages completely, you can set that on the server.
Examples:
JAVA PARAMS DISABLEURLSFormat: [true|false] Default: (false)When true, URLs are no longer clickable in chat.
Examples:
JAVA PARAMS DISCLAIMERFormat: [string]Extended: disclaimer1, disclaimer2,... disclaimer99 Allows you to set some text for a text box disclaimer to be displayed above the connect button. This may be useful for legalese such as "By pressing the Connect button, you agree to..." You can use the multiple params to string together very long disclaimer messages. Each param starts a new line in the text box. To skip a line, set the corresponding param to [blank].
Examples:
JAVA PARAMS DISCONNECTIFNOTJOINEDFormat: [true|false]Default: (true) Quits if the user leaves a chatroom and has no other rooms open. If false, and not in restricted mode, the rooms list will appear instead.
Examples:
JAVA PARAMS ENCODINGFormat: [strring]Default: (browser) Character encoding to use, defaults to the user's OS default. Only used by the normal client, not the miniclient.
Examples:
JAVA PARAMS FGFormat: [color]Default: () Default foreground (text, etc.) color foreground colors.
Examples:
JAVA PARAMS FLOATACTIVEWINDOWSFormat: [true/false]Default: (false) Causes windows to automatically float if there is any activity in them. This could get highly annoying, but if your application demands that you are immediately aware of any traffic in a channel, well there you go.
Examples:
JAVA PARAMS FLOATHEIGHTFormat: [height]Set the default height for the floated window.
Examples:
JAVA PARAMS FLOATIMMEDIATELYFormat: [true|false]Default: (false) Automatically float the window after initializing.
Examples:
JAVA PARAMS FLOATINCOMINGPRIVATEWINDOWFormat: [true|false]Default: (false) If set, incoming private message windows will automatically float. Automatically sets incomingprivatewindow true.
Examples:
JAVA PARAMS FLOATLEFTFormat: [left edge]Default: (0) Set this if you need to specify the left edge of the floated window on-screen.
Examples:
JAVA PARAMS FLOATNEWWINDOWSFormat: [true|false]Default: (false) New private message and new rooms joined appear in automatically floating windows.
Examples:
JAVA PARAMS FLOATTOPFormat: [top edge]Default: (0) Set if you need to specify the top edge of the floated window on-screen.
Examples:
JAVA PARAMS FLOATWIDTHFormat: [width]Default: (applet width) Set the default width for the floated window.
Examples:
JAVA PARAMS FONTFormat: [font name]Default: () Font to use.
Examples:
Supported Fonts:
serif These are all the officially supported font names. TimesRoman, Helvetica, and Courier still work, but are deprecated as of java 1.1. Other fonts, like the veranda the user asked about may or may not work, it's really just a trial and error to see what the browser allows I guess. Font names are case-sensitive.
JAVA PARAMS FULLNAMEFormat: [full name]Default: () Information shown on a /whois full name.
Examples:
JAVA PARAMS GUESTFormat: [true|false]Default: (false) Use a guest nickname, replaces behavior if nick="Guest". Also see the LURK parameter.
Examples:
JAVA PARAMS GUICOLORSFormat: [colors]Extended: guicolors1, guicolors2,... guicolors9 Allows you to set colors on specific UI elements. See JAVA GUICOLORS for more information.
Examples:
JAVA PARAMS HELPFILEFormat: [URL]Default: (help.htm) File to attach to the Help button, default is the Help.htm file provided with CR.
Examples:
JAVA PARAMS HIDEINPUTFormat: [true|false]Default: (false) Hide the input bar.
Examples:
JAVA PARAMS HISTORYBACKGROUNDIMAGEFormat: [image.gif]Default: (none) Background images for the room history area.
Examples:
JAVA PARAMS HISTORYFOREGROUNDIMAGESFormat: [image.gif]Default: (none) Foreground images for the room history area.
Examples:
JAVA PARAMS HTTPTUNNELFormat: [true|false]Default: (false) If true, this setting will emulate an HTTP session between the chat server and the java client allowing communication through most firewalls.
Examples:
JAVA PARAMS HTTPTUNNELPORTFormat: [port]Default: (port param value) Port to use when establishing an http based connection. Must be a valid port defined in the GENERAL SET PORTS section.
Examples:
JAVA PARAMS HTTPSTUNNELPORTFormat: [port]Default: (none) Port to use when establishing a secured https based connection.
Examples:
JAVA PARAMS HTTPTUNNELTIMERDELAYFormat: [seconds]Default: (4) How many seconds to wait before getting new data from the server in an http based connection.
Examples:
JAVA PARAMS IDLEFormat: [minutes]Default: (0[off]) Number of minutes to wait before disconnecting the user for idling 0 turns off idle detection.
Examples:
JAVA PARAMS INCOMINGPRIVATEWINDOWFormat: [true|false]Default: (false) If true incoming private messages open a window.
Examples:
JAVA PARAMS INFOFormat: [full name]Default: (Java User) Information shown on a /whois full name.
Examples:
JAVA PARAMS JOINFormat: [room name]Default: (none) Room to join immediately after connecting to the chat server.
Examples:
JAVA PARAMS JOINSOUNDFormat: [sound.au]Default: (none) Will play a /sound join.au file for all Java users when a person enters the room.
Examples:
JAVA PARAMS KEYFormat: [room key]Default: (none) Password to get into the room specified by the room or channel param. This is channel mode +k.
Examples:
JAVA PARAMS LINESPACINGFormat: [numeric]Default: (0) Set the vertical line spacing for the history area.
Examples:
JAVA PARAMS LIPSIMAGEFormat: [image.gif]Default: (lips.gif) Image to use for the "lips" icon when using the lips-enabled user list.
Examples:
JAVA PARAMS LISTFormat: [list parameters]Extended: <[number],>[number],[channel mask],[channel mask]... Default: (none) Allows you to specify arguments to the auto /LIST command.
Examples:
JAVA PARAMS LISTNOWFormat: [true|false]Default: (false) Immediately ask for a room list on making a connection to the server. If you know that a lot of rooms will be shown, you may want to turn this off as it will cause a delay for the user to get into chat.
Examples:
JAVA PARAMS LISTIMEFormat: [seconds]Default: (0) How often the rooms list is automatically refreshed, 0 means never.
Examples:
JAVA PARAMS LOADMODULESFormat: [module name] [show|hide]Extended: loadmodules1, ... loadmodules9 Default: (none) Allow multiple loadmodule lines to be specified. Appending show will auto launch the module, hide will preload it.
Examples:
In a param file: JAVA PARAMS LOCKFormat: [true|false]Default: (false) Locks the params to only be allowed from server side param files.
Examples:
JAVA PARAMS LURKFormat: [true|false]Default: (false) Lurking mode, requires a user to give a nickname before being able to speak otherwise he/she remains an unspeaking guest in a room. ALso, see JAVA PARAMS GUEST
Examples:
JAVA PARAMS LURKTEXTFormat: [text]Default: (Please enter a nickname to participate) Text to show in the lurk mode nick change prompt.
Examples:
JAVA PARAMS MAKEUNIQUENICKFormat: [true|false]Default: (false) Ensures a uniquely numbered version of the requested nickname, by appending incrementing numbers to the end of the name until a free one is found.
Examples:
JAVA PARAMS MAXAVATARHEIGHTFormat: [height]Default: (0) Maximum height for avatar images.
Examples:
JAVA PARAMS MYTEXTCOLORINDEXFormat: []Default: (none) If set, causes you to use one of the colors indexed by 0 to 15 by default. all other users will see the color.
Examples:
JAVA PARAMS NAMEPROMPTFormat: [prompt]Default: (Your email address) Enter your email address prompt.
Examples:
JAVA PARAMS NICKFormat: [nickname]The nick is the name the user will use while they are on the server. If you use the nick=guest parameter then the users will get a random nickname. This is nice for bringing the user directly onto the server and requiring no input from the user. You can force the user to change their nickname to something else before speaking by using the 'lurk' command.
Examples:
JAVA PARAMS NICKPROMPTFormat: [prompt]Default: (Your nickname) The prompt that will be displayed to ask the user to input their nickname.
Examples:
JAVA PARAMS NOSHISTORYBEVELFormat: [true|false]Default: (false) No bevel around the history area.
Examples:
JAVA PARAMS NOLOADFormat: [true|false]Default: (false) Don't show the load progress meter.
Examples:
JAVA PARAMS NOLOCALECHOFormat: [true|false]Default: (false) The ConferenceRoom Chat Server has a setting which forces the server to echo messages typed by a user back to him. This may be useful to give the user an idea of the latency between himself and the server. However if that setting is used, the client will display the user's message twice. Setting nolocalecho=true will cause the Java client to only show the message that was echoed by the chat server.
Examples:
JAVA PARAMS NOPROMPTSFormat: [true|false]Default: (false) Don't show any nickname, email, or room prompts.
Examples:
JAVA PARAMS NOROOMSBEVELFormat: [true|false]Default: (false) No bevel around the rooms area.
Examples:
JAVA PARAMS NOSAIDFormat: [true|false]Default: (false) When true, restricted mode looks like normal mode, with no "Person said" prefix.
Examples:
JAVA PARAMS NOSETTINGSFormat: [true|false]Default: (false) Don't show the Show User Settings button on login window.
Examples:
JAVA PARAMS NOTICESOUNDFormat: [sound file]Default: (none) Sound file to play when receiving a notice.
Examples:
JAVA PARAMS NOUSERBEVELFormat: [true|false]Default: (false) No bevel around the user list area.
Examples:
JAVA PARAMS ONLYSHOWCHATFormat: [true|false]Default: (false) Only show what people say, filtering "junk" like joins/parts/etc.
Examples:
JAVA PARAMS OPIMAGEFormat: [URL]Default: (op.gif) Image to use in the user list for ops.
Examples:
JAVA PARAMS OVERRIDEFormat: [list of params]Extended: param1,param2,param3... Default: (none) Uunlocks specific params so that they can be read from HTML source.
Examples:
JAVA PARAMS PASSFormat: [server password]Default: (none) Password to the server if set.
Examples:
JAVA PARAMS PASSPROMPTFormat: [prompt]Default: (none) If provided, will ask for a server password.
Examples:
JAVA PARAMS PINGTIMEOUTFormat: [seconds]Default: (300 seconds (5 minutes)) To ensure the connection exists, the client can periodically ping the server. The server will respond with an I'm alive message if the connection is still up. Be aware that setting the timeout to drastically low values can significantly increase your network traffic. To disable the feature altogether, set it to 0 seconds.
Examples:
JAVA PARAMS PLAYSOUNDSFormat: [true|false]Default: (true) Default Java sounds available all sounds are in *.au format.
Examples:
JAVA PARAMS PRIVATEWINDOWFLOATHEIGHTFormat: [height]Default: (applet height) Set the default height for a floated private window.
Examples:
JAVA PARAMS PRIVATEWINDOWFLOATLEFTFormat: [left edge]Default: (0) Set if you need to specify the left edge of a floated private window on-screen.
Examples:
JAVA PARAMS PRIVATEWINDOWFLOATTOPFormat: [top edge]Default: (0) Set if you need to specify the top edge of a floated private window on-screen.
Examples:
JAVA PARAMS PRIVATEWINDOWFLOATWIDTHFormat: [width]Default: (applet width) Set the default width for a floated private window.
Examples:
JAVA PARAMS RESTRICTEDFormat: [true|false]Default: (false) Restricted command set, also uses simple UI mode.
Examples:
JAVA PARAMS ROOMFormat: [room name]Default join room.
Examples:
JAVA PARAMS ROOMPROMPTFormat: [prompt]Default: (Join channel) Define what the prompt says that asks a user to join a room.
Examples:
JAVA PARAMS ROOMSBACKGROUNDIMAGEFormat: [URL]Default: (none) Background images for the rooms list area.
Examples:
JAVA PARAMS ROOMSFOREGROUNDIMAGEFormat: [URL]Default: (none) Foreground images for the rooms list area.
Examples:
JAVA PARAMS ROOMSTEXTFormat: [text]Default: (Rooms) Text for the rooms column header.
Examples:
JAVA PARAMS ROOMSWIDTHFormat: [int]Default: (25) Set room window size. NOTE: if you have a large quantity of rooms you may want to set the size to 0.
Examples:
JAVA PARAMS SERVERFormat: [server name]Default: (base server) Server to connect to. Not really necessary since the applet will automatically try to connect back to the host it was served from.
Examples:
JAVA PARAMS SECUREFormat: [true|false]Default: (false) If true, and if the page is loaded over SSL, will attempt to use secure communication with the server. This does not guarantee a secure connection but it will attempt to establish one. A secured lock icon will appear if the client can establish a secure link to the server.
Examples:
JAVA PARAMS SECUREONLYFormat: [true|false]Default: (false) If set true, enforces the secure parameter, which means that if the encryption keys that are required for the secure connection cannot be obtained, the client will not work. It will attempt to retrieve the keys 5 times before giving up. This may be useful in case the network connection is a bit flaky.
Examples:
JAVA PARAMS SHOWAVATARSFormat: [true|false]Default: (true) Show user avatars.
Examples:
JAVA PARAMS SHOWBUTTONPANELFormat: [true|false]Default: (true) Show buttons (menu options above the Java applet).
Examples:
JAVA PARAMS SHOWCHATBUTTONFormat: [true/false]Default: (true) You can disable the Chat button by setting this to false.
Examples:
JAVA PARAMS SHOWCOLORSFormat: [true|false]Default: (true) Show colors and font styles in rooms.
Examples:
JAVA PARAMS SHOWCONNECTBUTTONFormat: [true|false]Default: (true) Show a connect/quit button on the login screen.
Examples:
JAVA PARAMS SHOWFLOATBUTTONFormat: [true/false]Default: (true) You can disable the Float button by setting this to false.
Examples:
JAVA PARAMS SHOWHELPBUTTONFormat: [true/false]Default: (true) You can disable the Help button by setting this to false.
Examples:
JAVA PARAMS SHOWJOINSFormat: [true|false]Default: (true) Show room joins by other users.
Examples:
JAVA PARAMS SHOWNICKNAMESFormat: [true|false]Default: (true) Show nicknames when people are speaking.
Examples:
JAVA PARAMS SHOWROOMNAMESFormat: [true|false]Default: (true) Show room name buttons for easy switching between rooms. If false floatnewwindows will be automatically set to true.
Examples:
JAVA PARAMS SHOWROOMSBUTTONFormat: [true/false]Default: (true) You can disable the Rooms button by setting this to false.
Examples:
JAVA PARAMS SHOWSENDBUTTONFormat: [true|false]Default: (false) Show a Send button on the input bar.
Examples:
JAVA PARAMS SHOWSERVERWINDOWFormat: [true|false]Default: (true) Show the server messages window.
Examples:
JAVA PARAMS SHOWSESSIONBUTTONFormat: [true/false]Default: (true) You can disable the Login/Session button by setting this to false. Allows you to use a multiline input instead of a single line input bar.
Examples:
JAVA PARAMS SHOWTICKERFormat: [true|false]Default: (true) Show scrolling message at the bottom of the applet.
Examples:
JAVA PARAMS SIMPLEFormat: [true|false]Default: (false) Simple UI mode, only allows one room.
Examples:
JAVA PARAMS SIZEFormat: [point size]Default: (12) Font point size to use.
Examples:
JAVA PARAMS SOUNDSFormat: [sound strings];[sound strings]Extended: sounds1, sounds2,... sounds9 Sound files to play with the associated text that will be sent into the channel. The text will be sent after the persons nickname in this format: '[Nickname] [has sent this sound into the channel]' If you want to create your own sounds then they must be: .au 8 bit mono uLaw.
Examples:
JAVA PARAMS SSPFormat: [URL]Default: (none) Server Side Param File. A list of params in paramname=value format that is served from the server. The java client will first look at the default.prm file int he java directory and then at the specified param file in the ssp tag. Then it will look at the params in the HTML code. The preference is default.pmr, ssp and then HTML. Also see OVERRIDE
Examples:
JAVA PARAMS STYLEFormat: [BOLD, ITALIC]Default: (none) Font style to use.
Examples:
JAVA PARAMS TICKERFEEDFormat: [URL],[URL]Extended: tickerfeed, tickerfeed1, tickerfeed2,... tickerfeed9 Set up to 10 external ticker files.
Examples:
JAVA PARAMS TICKERFONTFormat: [font name]Default: (same as Font param) Font to use on the ticker.
Examples:
JAVA PARAMS TICKERLIFETIMEFormat: [time]Default: (0) How long the ticker will last.
Examples:
JAVA PARAMS TICKERPAUSEFormat: [time]Default: (3s) Seconds to pause when a line reaches the edge.
Examples:
JAVA PARAMS TICKERREPEATFormat: [times]Default: (3) How many times to show the ticker before expiring.
Examples:
JAVA PARAMS TICKERSIZEFormat: [point size]Font point size to use.
Examples: tickersize=16 JAVA PARAMS TICKERSPEEDFormat: [speed]Default: (30) Milliseconds to pause when scrolling the ticker.
Examples:
JAVA PARAMS TICKERSTYLEFormat: [BOLD, ITALIC]Ticker Font style to use.
Examples:
JAVA PARAMS TICKERTOPICSFormat: [topic1,topic2,topic3,...]If set, will only show newsflashes with one of the specified topics.
Examples:
JAVA PARAMS TIMESTAMPFormat: [true|false]Default: (false) Turn on timestamping.
Examples:
JAVA PARAMS TOPICCOLORFormat: [color]Default: (fgcolor) ONLY for minichat client, sets the topic bar color.
Examples:
JAVA PARAMS TRYHTTPTUNNELFormat: [true|false]Default: (true) If true, will try to make an http based connection if the normal connection fails, due to a firewall or some other reason.
Examples:
JAVA PARAMS UOPIMAGEFormat: [URL]Default: (uop.gif) Image to use in the user list for uops.
Examples:
JAVA PARAMS URLCOLORFormat: [color]Default: (fgcolor) ONLY for minichat client, sets the copyright color.
Examples:
JAVA PARAMS USEMINICHATFormat: [true|false]Default: (false) Use the mini client without prompting.
Examples:
JAVA PARAMS USEMULTILINEINPUTFormat: [true/false]Default: (false) Allows you to use a multiline input instead of a single line input bar.
Examples:
JAVA PARAMS USENAMEINNICKFormat: [true|false]Default: (false) Use the value of the name prompt in the nickname. It will be appended to the value of the nick prompt with an underscore bar ( _ ) between.
Examples:
JAVA PARAMS USEPROXYAUTHENTICATIONFormat: [true/false]Default: (false) Pops up a window querying the user for proxy authentication information if necessary to use. This should bypass the proxy support built-in to the web browser. This param is experimental, please report any problems you experience with it to WebMaster, Inc. at support@webmaster.com.
Examples:
JAVA PARAMS USERFormat: [login name]Default: (java) Default user info is java@ or javguest@.
Examples:
JAVA PARAMS USERONDOUBLECLICKFormat: [Command]Default: (/query %n) - The default will open a private message window to the user (if allowed by the other params). Allows you to set a macro to do when a user is double-clicked. You can substitute the user's nickname using %n. So for example, if you want a double-click to automatically do a whois on the nickname.
Examples:
JAVA PARAMS USERONSINGLECLICKFormat: [Command]Default: () Allows you to set a macro to do when a user is single-clicked. You can substitute the user's nickname using %n. So for example, if you want a single-click to automatically do a whois on the nickname.
Examples:
JAVA PARAMS USERPROMPTFormat: [prompt]Default: (Your email address) Prompt for the user name field. If blank the field will not appear.
Examples:
JAVA PARAMS USERSBACKGROUNDIMAGEFormat: [URL]Background images for the users list area.
Examples:
JAVA PARAMS USERSFOREGROUNDIMAGEFormat: [URL]Default: (none) Foreground images for the users list area.
Examples:
JAVA PARAMS USERTEXTFormat: [text]Default: (Users) Text for the users column header.
Examples:
JAVA PARAMS USERWIDTHFormat: [int]Default: (25) Percentage of room displays allocated to user list column.
Examples:
JAVA PARAMS VOICEIMAGEFormat: [URL]Default: (voice.gif) Image to use in the user list for voice.
Examples:
JAVA PARAMS WHOCARDIMAGEDIRFormat: [URL]Default: (WhoCardImages/) Directory to look for WhoCard Images
Examples:
|
||||||||
| Contact us |
Learn about chat room safety This information was provided by WebMaster Inc; liveHarmony does not claim copyright. |
||||||||