Log in

View Full Version : "who's online" help


grandeur_69
04-05-2005, 03:29 AM
Hi,
I have a file that is imbedded into the header, so it shows up on every page, but now when I view "who's online", everyone is in that file, instead of the proper place in the forum ... the only thing I've done is included the global.php so that i could have access to all the vb functions (mainly just need the DB stuff, though).

Thanks,
Sean

noppid
04-05-2005, 03:36 AM
maybe put it at the end of global.php instead of calling it and another instance of globals for each page view? Php_include template?

WetWired
04-05-2005, 01:59 PM
Put
define('LOCATION_BYPASS', 1); before you include global.php in the file used in the header.