also, out of nowhere (the same time that chatbox appeared even though it was set to 'N'), the LogIn box began to appear two times in the sidebar (on top of itself, like a repeat)
any advice? thoughts? ..and how does one remove the LogIn box from the sidebar! i can not find the sidebar code that is referenced in the pageshell anywhere...

Comments
My earlier email to Dave :-)
"The chatbox is actually something different from the ‘comment box’ – the former is synchronous discussion, the latter attaches comments to a page. I’m going to have comment deletion in the next version of the folio plug-in, which should be out in a couple of days.
"I’m not sure why the log-in box shows twice, I’ll look into that as well.My dev install only shows the log-in box 1x, but the statistics 2x. I fixed the latter, and am hoping that solves the first issue as well.
I was a bit stupid, and forgot to initialize a variable if the user wasn't already logged in. Thus, php automatically re-used the existing $body variable that had the log-in stuff. Silly, but at least it's working properly now.