2
i dont understand what you want exactly but i think you want chatbox only open when users clik at " shoutbox" link at mainmenu do u?
for that you must delete index.html from ftp modules/shoutbox and put a blank index.php instead of
then go to admin and show block only for " shoutbox" module
this is index.php code( just save it as index.php):
include("../../mainfile.php");
include("../../header.php");
include("header.php");
?>
include ("../../footer.php");
?>