i've also tried this in my global.php
PHP Code:
$phpchatcheck=$DB_site->query_first("SELECT phpchatsys FROM user WHERE userid=$bbuserinfo[userid]");
if ($phpchatcheck) {
eval("\$phpchatsystem = \"".gettemplate('phpchaton')."\";");
} else {
eval("\$phpchatsystem = \"".gettemplate('phpchatoff')."\";");
}
right above
PHP Code:
$header='';
$footer='';
but still same thing, If i anyone turns it on, it's on for everyone... not just that user's page. and since it's in the footer, it turns on in every page, for every user.