PDA

View Full Version : Hidden Locations in Whos Online


Rich
12-31-2005, 12:18 AM
Hello,

I would like to be able to hide my staff members from displaying their locations in the "whos online". I thought there was a method for this, but I could not find it. (I DO run searches long before I post.)

I know how to add custom pages to the WOL, but I want to hide users or usergroups.

This would be a great plugin if it is possible to hide usergroups / or members specifically.

ResaleBroker
12-31-2005, 01:56 AM
Have them select "Use Invisible Mode" in "Edit Options".Invisible mode allows you to browse the forums without appearing in the 'Currently Active Users' lists.

Rich
12-31-2005, 01:00 PM
Hello,

I don't want the staff hidden ON the FORUMS. I want them hidden ONLY on the WOL. When members view the WOL, they can see "where" other users are. I want to be able to display a fixed location for my staff so users don't know where they are or what they are doing.

Invisible mode doesn't solve my problem. (I have been using vb for several years now. What I need is an actual modification and can't be done using the standard tools.)

ResaleBroker
12-31-2005, 01:19 PM
Invisible mode doesn't solve my problem. (I have been using vb for several years now. What I need is an actual modification and can't be done using the standard tools.)I haven't seen a modification like the one you're wanting. If I come across something I'll post a link in this thread.

Blaine0002
12-31-2005, 01:56 PM
I haven't seen a modification like the one you're wanting. If I come across something I'll post a link in this thread.
that would be why its a request :)

it would be somtinglike this

hook (member_complete)
*= dont know correct variable ( i suck at php)


if ($viewedmember*['usergroup'] == 1)
{
$viewedmember*['activity'] = 'where you want them to be';
}



i dont know what the variable for the user you are viewing is though.

Marco van Herwaarden
12-31-2005, 03:22 PM
You would save yourself a lot of trouble if you just disabled viewing detailed locations for normal members.

Rich
12-31-2005, 10:06 PM
Hello,

I understand that Marco, but I actually have a use for them viewing locations. I want them to see when users are using the "perks" that come with subscriptions, or when users are donating. It may (has!) drive other users to do something similar or become a subscribed member as well.

What I don't want is for them to see what my staff are doing. I was guessing that there would be a variable call for for usergroups that I could use. I could set something like "Monitoring the Site" as their location when members view the WOL.

I know I could hardcode it into the .php file like I did with 3.0.X but I am pretty certain this could be accomplished via the plugins and hooks system which I haven't learned enough about to do myself just yet.

Blaine0002 is right up the alley I am looking to take. :D

Rich
01-04-2006, 11:12 AM
Hello,

Is this possible? I thought this would be fairly simple.

murrtex
05-03-2006, 11:54 AM
hello try this,
https://vborg.vbsupport.ru/showthread.php?t=114671

Boofo
05-03-2006, 12:13 PM
Template edits will accomplish a lot of small things like that. Templates are your friend. ;)