16
RE
stuie200's latest submission of the Xoopschat module:
[color=339966]//echo "[/b][/color][color=339966]";[/color] echo ""; echo " "; echo " | 3" class="odd" valign="top">"; getChatRooms($theroom); echo " center">" .$uname.""; if ($useravatar){ echo ".XOOPS_URL."/uploads/".$useravatar."' border=0 alt='"._MA_XCHAT_CONNECTEDAVATAR."'>"; } echo " "._MA_XCHAT_LEAVECHAT.""._MA_XCHAT_PLZLEAVE." | "; echo " "; echo " | "; echo " "; echo " | "; //echo " "; echo " |
";
include(XOOPS_ROOT_PATH."/footer.php");
?>
The above lines (51-74) are from xoopschat/index.php file. As you can see, line 51 is commented out which forces the "
%>" after "width=100" to apparently act as "
?>". This in turn eliminates the footer.php from displaying as it should. HOW do I fix this mess? It's the same way in the xoopschat/bottom.php file as well...
ALSO, how do I fix the message scrolling problem in the box where the messages are displayed (see pic below)?