Lynne;
Thank you for your help thus far. I replaced the code as best as I could understand, but it doesn't seem to recognize users on my site's homepage as being Currently Active Users (even though they are logged in and their account info is being displayed correctly on the homepage).
Here is what I have:
PHP Code:
//vBulletin Member Recognition
$curdir = getcwd ();
chdir ('/home/ps3t/public_html/forums');
require_once('./global.php');
require_once(DIR . '/includes/functions_bigthree.php');
chdir ($curdir);
My site's forum is in the /forums/ directory. You can view my site in my signature if you'd like to take a quick look. Am I still incorrectly doing the path? Or does it seem to check out in your mind of how I have it set up? Since the homepage can recognize user's being logged in, I'd think I'd have the path correct, but I'm not an expert at vB programming (but I'm trying!).