PDA

View Full Version : A who`s online addon...


Ice Man_00
11-05-2002, 11:27 AM
Hi..

Forgot to ask in my earlier request...

A Who`s online addon request.

Is there a way that all users who choose to be invinseble marked with a * after the nick, instead of that it would be stadning.. example,
There are currently 8 members, 1 guests and 2 invinseble members on the boards. | Most users ever online was 15 on 11-01-2002 at 12:53 PM.

And if that user wants to be hide away, no one can see him. Not ever admins/mods/smod.. totally hide away for anyone.

Is this possible ???
if it is.. could someone make a hack(addon) for this ?!?!

Cheers, Ice Man_00

Xenon
11-05-2002, 04:07 PM
in online.php remove this and nobody would see the hidden users
if ($userinfo[invisible]) {
$userinfo[hidden] = '*';
if ($bbuserinfo[usergroupid] == 6) {
$userinfo[invisible] = 0;
}
}

Ice Man_00
11-05-2002, 04:12 PM
Hey cool... Thankz...

But are the a way to get it on the who`s online ???

But thx again :)

Cheers.

Ice Man_00
11-06-2002, 12:05 PM
Hmm...

Have done as you said me to do, but still admins can se the user with "user*" in who`s online... What to do if i want it to be totally gone ??

Cheers, Ice Man_00

Xenon
11-06-2002, 12:12 PM
that's impossible, because it's the only check for invisible users to show up for admins...

have you uploaded the file?

also, be sure, we talk about who's online, not about the online users on forumhome

Ice Man_00
11-06-2002, 12:15 PM
Yes, i have uploaded the file after typing it...

We are talking about the Who`s online box in forum home page...

Like in the Welcome panel hack with who`s online... Logged in users...

Cheers..

Xenon
11-06-2002, 12:28 PM
ahhh, then you've choosen wrong threadtitle.....

Who's online ist Online.php

Online users on Forumhome you have to edit index.php
find this: if ($loggedin['invisible']==1 and $bbuserinfo['usergroupid']!=6) {
continue;
}

and change to this:
if ($loggedin['invisible']==1) {
continue;
}

Ice Man_00
11-06-2002, 12:36 PM
Now it worked...

Sorry for telling wrong thread..... :(

But thank you for your help :)

Case closed :)

Cheers, Ice Man_00

Xenon
11-06-2002, 12:37 PM
no problem :)

you're welcome