Quote:
Originally Posted by kh99
Hmm...well, whatever you set $userinfo['activity'] to in the first plugin is the case you want to check for in the second plugin (it's 'mypage' in the example) - do you have yours that way? I think if the session table is showing '/' that must mean you used '/' and that the first plugin is working.
Edit: is your homepage called index.php? I suppose that might conflict with some of the existing cases.
|
Yeah, my homepage is called index.php :/
Would renaming it to home.php be of some use?
P.S. For the Plugin online_location_process:
switch ($filename)
{
case '../':
Would '../' be correct, or would it need to be './' if I'm trying to evaluate the case of a file outside of my /forums/ directory?