I have the following included at the top of every non-VB page on my site:
PHP Code:
chdir("/home/virtual/site1/fst/var/www/html/forums");
require_once("./global.php");
//grab various $bbuserinfo,etc
But for some reason users aren't showing up in the Who's Online bit UNLESS the board is shut off. Then suddenly everyone on the site shows up in WOL.
Any ideas why this is? Why would VB only see them when the board is off?