PDA

View Full Version : Currently Active Users


missorator
05-24-2002, 06:04 PM
On the Main Forum Page, I would like to for guests to NOT be able to view 'Currently Active Users' users at the bottom.

Is this possible?

Thanks in advance! :nervous:

Dean C
05-24-2002, 06:16 PM
i think it wud require php hacking

missorator
05-24-2002, 10:08 PM
Is there a hack that does that? :)

Thanks!

Admin
05-25-2002, 04:43 AM
In index.php replace:
$loggedinusers = "";
if ($displayloggedin) {
With:
$loggedinusers = "";
if ($displayloggedin and $permissions['canwhosonline']) {
Then turn off Can View Who's Online for guests in the Admin CP.

missorator
05-28-2002, 11:26 PM
thanks so much! ;)

Boofo
06-05-2002, 01:58 PM
Is there a way to not have the admin show up in the Currently Actve Users total (number) if he is invisible? I know the name will not show up but it still shows him/her in the total.

Chris M
06-05-2002, 03:11 PM
Just a question...

How do you make an Admin's position secret?

Boofo has it at his forums...

The innermost regions of your mind, hellsatan!

How is that done?

Satan