hmm, open online.php find
PHP Code:
if (!$thread[title][$post[$userinfo[postid]]] || !$forum[canview][$thread[forumid][$post[$userinfo[postid]]]] || (!$forum[canviewothers][$thread[forumid][$post[$userinfo[postid]]]] && $thread[postuserid][$post[$userinfo[postid]]] != $bbuserinfo[userid])) {
$userinfo[where] = "Viewing Attachment";
} else {
$userinfo[where] = "Viewing Attachment in Thread <a href='showthread.php?s=$session[sessionhash]&postid=$userinfo[postid]'>".$thread[title][$post[$userinfo[postid]]]."</a>";
}
and replace it with
PHP Code:
$userinfo[where]="";
that means it won't show viewing announcements, but the guest remain listed on who's online, just no location