Quote:
Yesterday at 09:03 PM reefland said this in Post #3
Thanks Xenon; I am pretty new to PHP but steadily learning. 
Any thoughts on this piece and how to get it to display a separate case on WOL than the Forums Main Index?
PHP Code:
case 'index.php':
$userinfo[activity] = 'homepage';
break;
Again, this instance is for who is on the home page of the site, not the main page of the forums.
Thanks again,
Scott Z.
Reefland.com
Hotroddersgarage.com
|
Try using this:
PHP Code:
case '../index.php':
$userinfo[activity] = 'homepage';
break;