I've got a strange problem.
On the Nicklist some Users are not listed, but the Usericon is vieweable.
If the user does a /who command, the complete Nicklist is imeadely viewable.
I've localized in pfcclient.js nothing about the login an build the Userlist.
But on the who things on pfc_client.js:
-----
// update the nick list display on the current channel
this.updateNickListBox(chanid);
-----
isn't be used on login rutines.
Are there any solutions to this?
The Chat ist implemented by my own connector to a modified phpnuke 8.1 an runs as a module
Im using pfc 1.3, the egglog extension and the /away extension via customize.js.php, theme default.
My params list:
---- + -----
$params = array();
$params['nick'] = $jbchat_jbname;
$params['display_pfc_logo'] = false;
$params['language'] = "de_DE-informal";
$params['height'] = "450px";
$params['max_channels'] = 6;
$params['title'] = "Unser Chat";
$params['channels'] = array("kanal5","kanal6");
$params['frozen_channels'] = array("kanal1", "kanal2", "kanal3", "kanal4", "kanal5", "kanal6");
$params['admins'] = array('*****' => '******', '****' => '*****', '****' => '******');
$params['refresh_delay'] = 10000;
$params['display_pfc_logo'] = false;
$params['max_displayed_lines'] = 100;
//$params['frozen_nick'] = true;
$params['isadmin'] = false;
$params["post_proxies"] = array('egglog');
$params["skip_proxies"] = array('log');
// maximale Nicklaenge
$params["max_nick_len"] = 20;
// Floody konfigurieren
$params['proxies_cfg']['noflood']['charlimit'] = 450;
$params['proxies_cfg']['noflood']['msglimit'] = 15;
$params['proxies_cfg']['noflood']['delay'] = 5;
$params['max_privmsg'] = 10;
$params['data_private_path'] = $Fpath."/data/private";
$params['data_public_path'] = $Fpath."/data/public";
$params['client_script_path'] = $Fpath."/index.php";
$params['server_script_path'] = $Fpath."/index.php";
$params['data_public_url'] = $Upath."modules/Jbchat/data/public";
$params['serverid'] = "somenumbers_and_letters";
$params['output_encoding'] = "ISO-8859-1";
$params['server_script_url'] = ("/html/modules.php?name=Jbchat");
--- + ----
Sorry for my bad english....
Anyway, pfc did work before, by using iframes, without these problems. And even, there are sometimes more than 30 users on the chat, and pfc still works fast an easily on a shared server. Thanks to kerphi.

Gruss Torsten (greetings from Hamburg/Germany/Earth/Sol)