I don't know anything about PHP, but I'm wondering how simple it is to make a page on my site that:
- uses the threads header
- has the little menu bar (possibly alert for PMs)
- can contain JavaScript code in the middle for a chatroom
Thus the page has the same look, feel and options as the rest of the site...and the user appears in "Who's Online" as "in the Chatroom" or something like that.
How easy might this be for a novice? Or is it just a page with some sort of "include $header" sort of instruction then the JavaScript for the chatroom...or can you NOT use JavaScript stuff in a "threads" PHP Page?