PDA

View Full Version : I know it is here...


Boofo
05-17-2002, 09:19 PM
I know it is here somewhere, but can somebody lead me to the thread that tells how to make Admins NOT display on the Users Browsing this Thread and Users Browing this Forum list?

Admin
05-18-2002, 06:13 AM
Go invisible...

Boofo
05-18-2002, 06:20 AM
I thought about doing it that way, but there are too many forums out there where you never know if they have an active Admin or not and I wanted to let my users know I am there, just not where I am when I am there, do you know what I mean? :)
Almost like the hack you did (which is great by the way) of hiding where the admin is in the online users display.

Admin
05-18-2002, 06:23 AM
Replace this in forumdisplay.php:
WHERE inforum = $foruminfo[forumid]
AND lastactivity > $datecut
With this:
WHERE inforum = $foruminfo[forumid]
AND lastactivity > $datecut
AND usergroupid <> 6

Boofo
05-18-2002, 06:33 AM
Ok, done. Now, it still shows up in there when I view it. That's normal right? The users won't be able to see it?

And how do you do that? Have it show you are offline when you are online (under your Avatar)? I like that! :)

Admin
05-18-2002, 06:39 AM
You go invisible. ;)

And yes, you will always see yourself, but others won't.

Boofo
05-18-2002, 06:41 AM
Thank you very much, sir! Another great job done! Now, will you tell me about the offline thing? I want to try that. :)

NTLDR
05-19-2002, 08:50 PM
Thank you FireFly, I was looking to do this mod on my board, now users only know I'm online, just not where :D

Originally posted by Boofo
Now, will you tell me about the offline thing? I want to try that. :)

You need to be set as invisable for this to work as FireFly said above.

Boofo
05-20-2002, 12:50 AM
So, if I go invisible, then it shows me as offline to everybody, right? Even to myself (as the admin)?