Thank you, modifying the chat/lib/config.php actually did the trick. What does chat/js/config.js affect, then? It seems to have similar setting values within it.easygo wrote:Don't forget the server-sided settings in chat/lib/config.php, especially for showChannelMessages.xtremesniper wrote:No matter what setting I set my config.js to, the chat does not reflect them. Even after I purge the cache in the ACP. For example, I changed the settings so that...
1. sounds are off by default
2. showchannelmessages is off by default
3. auto focus on load is off by default
Thanks!
Set $config['showChannelMessages'] to false, and it should be done.![]()
To get the chat sounds off by default, go into chat/js/config.js and set audio to false.
-- worked for me after reloading the page (see loudspeaker)
Still no change? Then, it could be necessary to purge the browser's cache as well.![]()
To the auto focus: Never tested yet! There might be a problem, let's see...
Now on to my next question:
I would love to know how you managed to implement your chatbox on this page ( http://www.net4seven.de/phpbb3/ ) the way that you did. Instead of a full blown chat system (using iFrames), I was looking for an implementation similar to that.
Thanks again!