1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

Chatbox working again with ajax

This commit is contained in:
Cameron
2013-04-26 21:49:09 -07:00
parent c62313466b
commit 94a4ba34e6
4 changed files with 206 additions and 59 deletions

View File

@@ -17,7 +17,7 @@
define("CHATBOX_L1", "Unable to accept post as that username is registered - if it is your username please login to post.");
define("CHATBOX_L2", "Chatbox");
define("CHATBOX_L3", "You must be logged in to post comments on this site - please either log in or if you are not registered click <a href='".e_SIGNUP."'>here</a> to signup");
define("CHATBOX_L4", "Submit");
define("CHATBOX_L4", "Post new message");
define("CHATBOX_L5", "Reset");
define("CHATBOX_L6", "[blocked by admin]");
define("CHATBOX_L7", "Unblock");
@@ -49,4 +49,6 @@ define("NT_LAN_CB_4", "IP Address");
define("NT_LAN_CB_5", "Message");
define("NT_LAN_CB_6", "Chatbox Message Posted");
define("LAN_CHATBOX_100", "Type in your message");
?>