I am able to login fine without getting the login box, but for some of you who keep getting the box...
Is there anyway to add some code in the navbar template that will send the username and password to flashchat similar to:
Code:
<td class="vbmenu_control"><a href="http://myforum.com/chat/flashchat.php?username=$chat['username']&password=$chat['password']&lang=en">Chat</a></td>
would you have to create a query to get the password and username in the navbar template, and is this even possible?