Could someone please help me out here:
https://vborg.vbsupport.ru/showpost....&postcount=724
The only think I'd like to change is the <a href for flashchat on the who's online page. (so the link will open in a new window). Since it's PHP, I don't know how to format the following HTML:
PHP Code:
<a href="http://www.mydomain.com/board/chat/flashchat.php"
onclick="window.open(this.href,'NAME','top=0,left=0,width=650,height=500'); return false;" title="NAME">Click here to join the chat!</</a>
Thanks guys