I wonder if you can help me with this one Lynne
The problem I have is defining the WOS statement for:
Code:
Unknown Location
/index.php?pageid=news_reader
What I have which doesn't work (the others do) is:
Code:
case '../index.php?pageid=news_reader':
$userinfo['activity'] = 'News Reader';
break;
and
Code:
case 'News Reader':
$userinfo['where'] = '<a href="../index.php?pageid=news_reader">News Reader</a>';
$userinfo['action'] = "Viewing Page";
$handled = true;
break;