Who's Online Not Working for Non-VB Pages
I'm trying to get users who are on non-VB pages show up on the Who's Online section of the forums.
I do this on my external pages:
chdir("../forums/");
require_once('./global.php');
include('./includes/functions_user.php');
Now, I know this works because I'm able to get the username and do other authentication stuff. But if a user is on this external page, the Who's Online won't reflect that. Is there something else I need to do to get this working? I couldn't find the info on other threads. Thanks.
|