Hi,
I have installed Freichat but get two error messages and as a result the module does not work.
The messages are:
WARNING: menu anchor id="undefined" not found in html
BB:ko1 Prevent this page from creating additional dialogs
I am using Joomla 1.5 + Community Builder
How to resolve?
I have changed the last line as suggested in:
Go to modules/mod_freichat/jquery/js/jquery-ui.min.js
On the last line you will find
$jn = jQuery.noConflict();
Replace it with
var dom = {};
$jn = jQuery.noConflict(true);
[If the Problem Is not solved and if you post in the forums dont forget to mention this change]
However, that does not resolve the issue.
Hi,
I have installed Freichat but get two error messages and as a result the module does not work.
The messages are:
WARNING: menu anchor id="undefined" not found in html
BB:ko1 Prevent this page from creating additional dialogs
I am using Joomla 1.5 + Community Builder
How to resolve?
I have changed the last line as suggested in:
Go to modules/mod_freichat/jquery/js/jquery-ui.min.js
On the last line you will find
$jn = jQuery.noConflict();
Replace it with
var dom = {};
$jn = jQuery.noConflict(true);
[If the Problem Is not solved and if you post in the forums dont forget to mention this change]
However, that does not resolve the issue.