As a quick resolve to the page opening full size, this is the code I used:
Find:
Code:
vBChat = window.open('vBChat.php?$session[sessionurl]','vBChat','directories=no,height='+window.screen.height+',width='+window.screen.width+',location=no,menubar=no,scrollbars=yes,status=no,toolbar=no')
Replace with
Code:
vBChat = window.open('vBChat.php?$session[sessionurl]','vBChat','directories=no,height=560,width=800,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no')
Please note ; for whatever reason there are spaces in the "scrollbars" code, I can't remove it when it appears there, just remove the extra spaces between the word
This works nicely for me, whether it will for everyone else, I'm not sure .... if this isn't the right way to do it, please someone tell me!