Suggestion Box
showing always chat window

Hello. I noticed that wheni change page, chat window disappear for a while. This is no good above all when user are chatting. I'd like that chat window never disappear.
Thanks.

Hello. I noticed that wheni change page, chat window disappear for a while. This is no good above all when user are chatting. I'd like that chat window never disappear. Thanks.

When you change/load pages,

FreiChatX will wait , for your site to load completely .
this was done so that freichat loads smoothly without interfering with your site.

If you dont want this , you can change it by

going to ~/freichat/client/freichat.js

You will the lines

FreiChat.selfInvoke = function()
{
if(X_init == false)
{
$jn=jQuery.noConflict(freidefines['jconflicts']);
soundManager.url = freidefines.url+"client/jquery/img/";

$jn(window).load(function(){
$jn(document).ready(function(){

//soundManager.url = freidefines.url+"client/jquery/img/";
FreiChat.oldtitle=document.title;
FreiChat.statusUpdate();
FreiChat.setInactivetime();
FreiChat.init_process_freichatX();
});
});
X_init = true;
}
}();


Replace that block by the following

FreiChat.selfInvoke = function()
{
if(X_init == false)
{
$jn=jQuery.noConflict(freidefines['jconflicts']);
soundManager.url = freidefines.url+"client/jquery/img/";

//$jn(window).load(function(){
//$jn(document).ready(function(){

//soundManager.url = freidefines.url+"client/jquery/img/";
FreiChat.oldtitle=document.title;
FreiChat.statusUpdate();
FreiChat.setInactivetime();
FreiChat.init_process_freichatX();
//});
//});
X_init = true;
}
}();


Now , freichat will load as soon as you change your page , nothing more than this is
possible ,
is this what you wanted ?


When you change/load pages, FreiChatX will wait , for your site to load completely . this was done so that freichat loads smoothly without interfering with your site. If you dont want this , you can change it by going to ~/freichat/client/freichat.js You will the lines <code> FreiChat.selfInvoke = function() { if(X_init == false) { $jn=jQuery.noConflict(freidefines['jconflicts']); soundManager.url = freidefines.url+"client/jquery/img/"; $jn(window).load(function(){ $jn(document).ready(function(){ //soundManager.url = freidefines.url+"client/jquery/img/"; FreiChat.oldtitle=document.title; FreiChat.statusUpdate(); FreiChat.setInactivetime(); FreiChat.init_process_freichatX(); }); }); X_init = true; } }(); </code> Replace that block by the following <code> FreiChat.selfInvoke = function() { if(X_init == false) { $jn=jQuery.noConflict(freidefines['jconflicts']); soundManager.url = freidefines.url+"client/jquery/img/"; //$jn(window).load(function(){ //$jn(document).ready(function(){ //soundManager.url = freidefines.url+"client/jquery/img/"; FreiChat.oldtitle=document.title; FreiChat.statusUpdate(); FreiChat.setInactivetime(); FreiChat.init_process_freichatX(); //}); //}); X_init = true; } }(); </code> Now , freichat will load as soon as you change your page , nothing more than this is possible , is this what you wanted ?
Necessity is the mother of all inventions!

you can test it using on my site. I sent you data access on my front end by mail.
Thanks

you can test it using on my site. I sent you data access on my front end by mail. Thanks
68
2
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft