Look above to change the size of the pop-up, and to change your current chat link to this one, find:
Code:
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Chat</td></tr>
<tr> <td class="vbmenu_option"><a href="$vboptions[bburl]/chat/index.php?$session[sessionurl]">Chat</a></td></tr>
<tr> <td class="vbmenu_option"><a href="#" onClick="window.open('$vboptions[bburl]/chat/index.php?do=small','key','WIDTH=750,HEIGHT=500,scrollbars=no,left=50,top=50,scr eenX=50,screenY=50');return false">Chat(Popup)</a></td></tr>
</table>
Replace it with:
Code:
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">vBChat</td></tr>
<tr> <td class="vbmenu_option"><a href="$vboptions[bburl]/vBChat.php?$session[sessionurl]" onclick="return OpenvBChat();">vBChat</a></td></tr>
</table>
- Zero Tolerance