Pretty cool and easy to install.
However it seems that my smilies break the formating. I guess I have some rather big smilies and when I disabled the smilies vBchat text messaging format was corrected.
EDIT THE BELOW CORRECT MY FORMAT ISSUE:
Also, when going to chat it creates a very large window in FireFox that I can not resize [so I do a right click to open in a new tab]. Anyway not to have it open in such a large un-sizable window?
Quote:
Originally Posted by eXtremeTim
for all users having issues with the style spacing not being correct do the following.
in vBChat.php find:
Code:
$chat_page .= "<table height='100%' border='0'>";
replace with
Code:
$chat_page .= "<table height='100%' border='0'><tr><td colspan\"2\" height=\"100%\"></td></tr>";
|