Customize Your ParaChat Room Messages

Home >>> Custom >>> Customize Messages


Standard Chat Room Messages:

  1. Customize the text message "Command Exception:"
  2. Customize the text message "Connection failed:"
  3. Customize the text message "Could not dynamically load code for command:"
  4. Customize the text message "Disconnected:"
  5. Customize the text message "Ignored:"
  6. Customize the text message "has joined room"
  7. Customize the text message "has left room"
  8. Customize the text message "You logged off"
  9. Customize the text message "You must enter an alpha-numeric room name."
  10. Customize the text message "You will be contacted by operator ASAP."
  11. Customize the text message "Request for Assistance."
  12. Customize the text message "You have stopped ignoring"
  13. Customize the text message "Type here"
  14. Customize the text message "private chat with"
  15. Customize the text message "Please wait while we load code to execute the command:"
  16. Customize the text message "Loading Control Panel. Please wait.."
  17. Customize the text message "Please wait while the admin console launches in a new window"
  18. Customize the text message "Not connected. Click Connect button to reconnect"
  19. Customize the text message "You have turned off private chat and will not receive any private chat"
  20. Customize the text message "You will receive private chat again"

Dynamic Room Roaming Messages:

  1. Customize the text message "You are not logged in"
  2. Customize the text message "Click Refresh button to get room list"
  3. Customize the text message "You have entered a new room"
  4. Customize the text message "User not found"
  5. Customize the text message "No room name in text input field"
  6. Customize the text message "Click an image to add to your chat message"

Moderation Messages:

  1. Customize the text message "Your question has been submitted."

Clipboard Message:

  1. Customize the text message "Highlight the text with your mouse, and use the CTRL-C keyboard command to copy."


Customize ParaChat Room Messages

1. Customize the text message "Command Exception:"

Server Default:
Command Exception:
Parameter Name:
msg.CommandExpection
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client for command exception error
HTML Configuration:
<param name="msg.CommandExpection" value="Command Exception:">

2. Customize the text message "Connection failed:"

Server Default:
Connection failed:
Parameter Name:
msg.ConnectionFailed
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when connection fails
HTML Configuration:
<param name="msg.ConnectionFailed" value="Connection failed:">

3. Customize the text message "Could not dynamically load code for command:"

Server Default:
Could not dynamically load code for
command:
Parameter Name:
msg.CouldNotLoadCode
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when code command unavailable
HTML Configuration:
<param name="msg.CouldNotLoadCode" value="Could not dynamically load code for command:">

4. Customize the text message "Disconnected:"

Server Default:
Disconnected:
Parameter Name:
msg.Disconnected
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when disconnected
HTML Configuration:
<param name="msg.Disconnected" value="Disconnected:">

5. Customize the text message "Ignored:"

Server Default:
Ignored:
Parameter Name:
msg.Ignore
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when a user is ignored
HTML Configuration:
<param name="msg.Ignore" value="Ignored:">

6. Customize the text message "has joined room"

Server Default:
has joined room
Parameter Name:
msg.Joined
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when a user joins the room
HTML Configuration:
<param name="msg.Joined" value="has joined room">

7. Customize the text message "has left room"

Server Default:
has left room
Parameter Name:
msg.Left
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when a user leaves the room
HTML Configuration:
<param name="msg.Left" value="has left room">>

8. Customize the text message "You logged off"

Server Default:
You logged off
Parameter Name:
msg.LoggOff
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when a user disconnects
HTML Configuration:
<param name="msg.LogOff" value="You logged off">

9. Customize the server message "You must enter an alpha-numeric room name"

Server Default:
You must enter an alpha-numeric
room name.
Parameter Name:
msg.NoRoomName
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when they use improper name
HTML Configuration:
<param name="msg.NoRoomName" value="You must enter an alpha-numeric room name.">

10. Customize the text message "You will be contacted by operator ASAP."

Server Default:
You will be contacted by operator ASAP.
Parameter Name:
msg.PageFound
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when page command executed
HTML Configuration:
<param name="msg.PageFound" value="You will be contacted by operator ASAP.">

11. Customize the text message "Request for Assistance."

Server Default:
Request for Assistance.
Parameter Name:
msg.PageRequest
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message when a room admin or a page target is paged.
HTML Configuration:
<param name="msg.PageRequest" value="Request for Assistance.">

12. Customize the text message "You have stopped ignoring"

Server Default:
You have stopped ignoring
Parameter Name:
msg.StopIgnoring
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when user stops ignoring
HTML Configuration:
<param name="msg.StopIgnoring" value="You have stopped ignoring">

13. Customize the text message "Type here"

Server Default:
Type here
Parameter Name:
ui.TypeHere
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Default type here instruction
HTML Configuration:
<param name="ui.TypeHere" value="Type here:">

14. Customize the text message "private chat with"

Server Default:
private chat with
Parameter Name:
ui.PrivateChatTo
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Default title in private chat window
HTML Configuration:
<param name="ui.PrivateChatTo" value="private chat with">

15. Customize the text message "Please wait while we load code to execute the command:"

Server Default:
Please wait while we load code to
execute the command:
Parameter Name:
msg.WaitLoad
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when command is being executed
HTML Configuration:
<param name="msg.WaitLoad" value="Please wait while we load code to execute the command:">

16. Customize the text message "Loading Control Panel. Please wait.."

Server Default:
Loading Control Panel. Please wait..
Parameter Name:
msg.LoadControls
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when control panel is being loaded
HTML Configuration:
<param name="msg.LoadControls" value="Loading Control Panel. Please wait..">

17. Customize the text message "Please wait while the admin console launches in a new window"

Server Default:
Please wait while the admin console
launches in a new window
Parameter Name:
msg.LoadAdmin
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when admin console is being loaded
HTML Configuration:
<param name="msg.LoadAdmin" value="Please wait while the admin console launches in a new window">

18. Customize the text message "Not connected. Click Connect button to reconnect"

Server Default:
Not connected. Click Connect button
to reconnect
Parameter Name:
msg.NotConnected
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when they are not connected to the chat server.
HTML Configuration:
<param name="msg.NotConnected" value="Not connected. Click Connect button to reconnect">

19. Customize the text message "Please wait while the admin console launches in a new window"

Server Default:
You have turned off private chat and
will not receive any private chat
Parameter Name:
msg.BlockPrivate
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when user decides to block all private chat messages
HTML Configuration:
<param name="msg.BlockPrivate" value="You have turned off private chat and will not receive any private chat">

20. Customize the text message "You will receive private chat again"

Server Default:
You will receive private chat again
Parameter Name:
msg.NoBlock
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when they start to accept private messages again.
HTML Configuration:
<param name="msg.NoBlock" value="You will receive private chat again">


Dynamic Room Roaming Messages

21. Customize the text message "You are not logged in"

Server Default:
You are not logged in
Parameter Name:
msg.roam.Login
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when user is not logged into a room
HTML Configuration:
<param name="msg.roam.Login" value="You are not logged in">

22. Customize the text message "Click Refresh button to get room list"

Server Default:
Click Refresh button to get room list
Parameter Name:
msg.roam.Refresh
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when user tries to get a room list
HTML Configuration:
<param name="msg.roam.Refresh" value="Click Refresh button to get room list">

23. Customize the text message "You have entered a new room"

Server Default:
You have entered a new room
Parameter Name:
msg.roam.NewRoom
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when user enters a new room
HTML Configuration:
<param name="msg.roam.Refresh" value="You have entered a new room">

24. Customize the text message "User not found"

Server Default:
User not found
Parameter Name:
msg.roam.NotFound
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when user searches for a unknown user
HTML Configuration:
<param name="msg.roam.NotFound" value="User not found">

25. Customize the text message "No room name in text input field"

Server Default:
No room name in text input field
Parameter Name:
msg.roam.NoRoom
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when user does not select a room
HTML Configuration:
<param name="msg.roam.NoRoom" value="No room name in text input field">

26. Customize the text message "Click an image to add to your chat message"

Server Default:
Click an image to add to your chat message
Parameter Name:
msg.mega.ClickImage
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Reminder message to select an image
HTML Configuration:
<param name="msg.mega.ClickImage" value="Click an image to add to your chat message">


Moderation Messages

27. Customize the text message "Your question has been submitted."

Server Default:
Your question has been submitted.
Parameter Name:
msg.QuestionSubmitted
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client when they have submitted a question
HTML Configuration:
<param name="msg.QuestionSubmitted" value="Your question has been submitted.">


Clipboard Message

28. Customize the text message "Highlight the text with your mouse, and use the CTRL-C keyboard command to copy.."

Server Default:
Highlight the text with your mouse, and use the CTRL-C keyboard command to copy.
Parameter Name:
msg.mega.Save
Locations:
applet code or chat.conf
Permitted Value:
Text
Reason for message:
Server message to client in the clip board widnow
HTML Configuration:
<param name="msg.mega.Save" value="Highlight the text with your mouse, and use the CTRL-C keyboard command to copy.">


©1996 - 2006   M Square, Inc. |  Privacy Policy