Ok, after reading many more threads on this subject, and some more homework, I now have a chat button added to my header template, but I have been quite unable to locate the chat.php template that is being discussed in several threads as the link that the button relates to.
I tried to follow the developers advice on how to locate it, and used search, and as of yet, I have not found the source for chat.php. I did see one example, but I'm not sure if that is the version I should use....
Code:
<?
$opentopublic = 0;
chdir("/prod");
include("./global.php");
if ($opentopublic=="0") {
if (!$bbuserinfo[userid]) {
show_nopermission();
exit;
}
}
eval("dooutput(\"".gettemplate("chat")."\");");
?>
Any ideas folks ??