Closed (works as designed)
Project:
phpFreeChat integration
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2007 at 01:29 UTC
Updated:
13 Dec 2007 at 09:56 UTC
when I enable the chatroom for one of my node types which has thickbox, the thickbox will conflict with prototype.
I met the following $params problem, I try to fix
$params['serverid'] = md5(__FILE__);
unset($params['themepath']);
unset($params['pfc_ajax']);
unset($params['f']);
I can get the chatting interface, but when I send any message, I can see them at message box.
Why?
Can you help me? Thanks in advance.
Comments
Comment #1
owahab commentedphpfreechat uses prototype thus it breaks many JavaScript code and all jQuery code in Drupal.