Hi - newbie here so be gentle. I've successfully installed and configured phpFreeChat and it seems to work fine in testing. One minor problem is that I have written a custom theme but when I first load the Chat page it loads with the default styles and there is a noticeable delay (perhaps half a second) while the "chat loading" panel displays before my own styles from my theme/style.css.php file kick in. No biggy - but a little irritating. Is there any way round this other than incorporating my custome styles into the various default .css files?
Fixed it myself - left all the CSS definitions specifically related to the chat window itself in style.css.php and just moved the ones relevant to the overall webpage into the individual css files.