1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

First step towards prototype integration. Added v1.6t and backwards compatible SendInfo() ajax function. Tested and working correctly with chatbox.

This commit is contained in:
CaMer0n
2008-01-09 23:46:22 +00:00
parent a4f49243ad
commit 58c3a7fdb6
2 changed files with 4186 additions and 242 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/chatbox_menu.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/chatbox_menu.php,v $
| $Revision: 1.8 $ | $Revision: 1.9 $
| $Date: 2008-01-05 11:42:37 $ | $Date: 2008-01-09 23:46:22 $
| $Author: e107steved $ | $Author: e107coders $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -30,7 +30,9 @@ if(($pref['cb_layer']==2) || isset($_POST['chatbox_ajax']))
@include_lan(e_PLUGIN."chatbox_menu/languages/".e_LANGUAGE."/".e_LANGUAGE.".php"); @include_lan(e_PLUGIN."chatbox_menu/languages/".e_LANGUAGE."/".e_LANGUAGE.".php");
@include_lan(e_PLUGIN."chatbox_menu/languages/English/English.php"); @include_lan(e_PLUGIN."chatbox_menu/languages/English/English.php");
} }
$footer_js[] = e_FILE_ABS.'e_ajax.js'; $footer_js[] = e_FILE_ABS.'e_ajax.js';
} }
if(!defined("e_HANDLER")){ exit; } if(!defined("e_HANDLER")){ exit; }
@@ -117,7 +119,7 @@ else
if($pref['cb_layer'] == 2) if($pref['cb_layer'] == 2)
{ {
$texta = "\n<form id='chatbox' action='".e_SELF."?".e_QUERY."' method='post' onsubmit='return(false);'> $texta = "\n<form id='chatbox' action='".e_SELF."?".e_QUERY."' method='post' onsubmit='return(false);'>
<div><input type='hidden' id='chatbox_ajax' value='1' /></div> <div><input type='hidden' name='chatbox_ajax' id='chatbox_ajax' value='1' /></div>
"; ";
} }
else else