Spy Module Question :)

I love the spy feature but (for me) I don't want people to know how many times I have viewed their profiles in one day. lol  I don't know about you but i think it's no privacy.  I would keep the spy module only if I knew how to remove that "who viewed who's profile" feature. I'm not sure where to remove that.  :-/

Quote · 25 Nov 2009

Never mind I found the solution.  Laughing Very easy!  just knock out this code

case 'view' :

if($iSenderId != $iRecipientId) {

$aSenderInfo          = $this -> _getSenderInfo($iSenderId);

$sSenderNickName      = $aSenderInfo['NickName'];

$sSenderProfileLink   = $aSenderInfo['Link'];

$aParams = array(

'lang_key'  => '_bx_spy_profile_has_viewed',

'params'    => array(

'sender_p_link' => $sSenderProfileLink,

'sender_p_nick' => $sSenderNickName,

'recipient_p_link' => $sProfileLink,

'recipient_p_nick' => $sNickName,

),

);

}

break;

in modules/boonex/spy/classes/BxSpyProfileActivity.php file

Now I don't have to worry about how many times I check those hot girls.  Just kidding.  I feel appropriate to remove this.  :)

Quote · 25 Nov 2009

There is another way to handle this.  YOu can remove the "all" members spy and constrain the spy module to only your friends, which I have as I think only friends should spy on friends.

Quote · 25 Nov 2009

Patrick, I agree with u about others noticing who is viewing who. I used your solution. Thanks for sharing it.

Quote · 1 Mar 2010

This information was great. Now my spy wall is not cluttered with who's profile was seen by who... Thanks for taking the time!

Quote · 9 Apr 2010

hi.

maybe you kan help of this link

http://www.boonex.com/unity/forums/#topic/Spy-for-guests-can-t-OFF.htm

( sorry for my english )

I use google Translate

Quote · 9 Apr 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.