Cannot stop Profile view tracking

Under admin/advanced settings/profile, I have track profile views OFF, yet sys_profile_views_track is still filling up with views. Does this feature to turn it on and off even work?

 

Also, is there a way to turn OFF banner tracking? I thought I saw the feature once, but can't find it. I don't care about tracking banner views/clicks. Thanks.

Quote · 27 Sep 2012

Have a look at this:

 

http://www.boonex.com/forums/?action=goto&search=1#topic/Can-we-remove-Friends-Requests-Accepts-from-spy-activity-.htm

 

Quote · 27 Sep 2012

I've already deleted the case 'view', but it's still tracking. It's got to be tracking from another file, as it tracks NON members viewing too.

Quote · 27 Sep 2012

cleared your cache and stuff after?

I made only that change and I no longer see "viewed by" activities in spy...

Quote · 27 Sep 2012

Yes, I cleared cache, and it's still tracking profile views.

Actually, I just found another instance in that file, this might be what's doing it:

       if($aParams) {
                // create new activity;
                $aParams['spy_type'] = 'profiles_activity';

                if($iSenderId == 0) {
                    if($this -> oSpy -> _oConfig -> bTrackGuestsActivites) {
                        $iActivityId = $this -> oSpy -> _oDb -> createActivity($iSenderId, $iRecipientId, $aParams);
                    }
                }
                else {
                   $iActivityId = $this -> oSpy -> _oDb -> createActivity($iSenderId, $iRecipientId, $aParams);
                }
I've tried removing some of that, but get a white screen on profiles. Guess I'll have to edit it until I can find exactly what can be taken out.

Quote · 29 Sep 2012

yeah that's not right. You need to comment out this section:

 

//                    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 · 30 Sep 2012

That's the problem, I've already removed the case 'view'

Quote · 30 Sep 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.