profile xxx viewed by yyy REMOVAL

Hello all,

I want my members not to have notifications like "profile xxx viewed by yyy"

showing at the bottom banner.

(i have removed spy and instead i use the great SpyWall module which gives option to disable it).

 

Any ideas how to do it?

ps im totaly new at this so pls guide me

Quote · 23 Jan 2012

Umm.. To my knowledge, you have to have Boonex Spy module installed for the SpyWall to work properly.

 

Also, not understanding this

"I want my members not to have notifications like "profile xxx viewed by yyy"

showing at the bottom banner. "

 

Are you talking about on the blue 'I' thats located on the member bar?

Nothing to see here
Quote · 23 Jan 2012

No i mean the annoying notification that says

"Profile John has been viewed by George"

I want to disable that notification.

 

Any help?

Quote · 25 Jan 2012

anyone????

Quote · 25 Jan 2012

First time didnt work (by commenting), second time seemed to work . Ill report if i have any issues.

 

Thx JoeWa

I had a look in some files and the following sorted the problem. Head along to:

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


Comment out (or delete) the following 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;

Quote · 25 Jan 2012

thanks for this!

 

would be fine if boonex would include a setting for this in spy module!

http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro
Quote · 1 Feb 2012
 
 
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.