Quote:
Originally Posted by Submerge
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!).
|
It's really hard to tell why it isn't working without seeing all the code and your template. Maybe you should post in one of the Community Discussions forums and post the code for the page there.
Quote:
Originally Posted by TNCclubman
awesome, can you make a couple more tutorials...
1. How to add Todays Events to your custom vB page.
2. How to add Recently Added Albums (from just my user account) to your custom vB page.
Please?
That would be awesome, Im stuck!!
|
I doubt I will be doing that since I don't need either of those things on my forum.