Admin activity in the spy list

hello friends, i have noticed that members can see following in their spy list:

Admin viewed Bobs profile

Admin created a group

and so on...

in short short whatever the admin is doing is registered so members can read that.

1.how do u deactivate the activity of the Admin of the community from the spy list?

2.can the admin select certain members so the activity of these members is not shown on the spy list?

thanks in advance.

aamer

Quote · 10 Jan 2010

This would be a great option to have the spy turned off so that it wouldn't be seen by a member that the Admin checked out their profile.

Any help or mod on this would be greatly appreciated.

Some members may get spooked that the Admin is "checking" them out.

Thanks in advance,

Glen

Quote · 10 Mar 2010

open the modules/boonex/spy/classes/BxSpyProfilesActivity.php

find these strings :

function response(&$o)
{
$iActivityId  = 0;
$iSenderId    = $o -> iSender;
$iRecipientId = $o -> iObject;
$aParams      = array(); 

after these add :

$aSenderInfo =  getProfileInfo($iSenderId);
if($aSenderInfo['Role'] == BX_DOL_ROLE_ADMIN) {

return;

}

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 10 Mar 2010

open the modules/boonex/spy/classes/BxSpyProfilesActivity.php

find these strings :

function response(&$o)
{
$iActivityId  = 0;
$iSenderId    = $o -> iSender;
$iRecipientId = $o -> iObject;
$aParams      = array(); 

after these add :

$aSenderInfo =  getProfileInfo($iSenderId);
if($aSenderInfo['Role'] == BX_DOL_ROLE_ADMIN) {

return;

}

SashaE - thanks for your suggestion.  I tried that, but it still shows up when a user looks at Spy that the Admin had viewed their account.

Is there anything else I can try.

Thanks in advance,

Glen

Quote · 10 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.