Quote:
Originally Posted by Tigur
ok i think I am blind... but how do i get it to stop auto popping up from a new message from another user while im typing to another? its starting to get slightly annoying ... lol
|
in the file /bbmessenger/style/messenger.html.php
find:
PHP Code:
window["chat_{$VAR["sitecode"]}_" + id].focus();
and change it to:
PHP Code:
// window["chat_{$VAR["sitecode"]}_" + id].focus();